CommonHelperXmlCDataToImage Method |
Convert a culture invariant string value into an Image.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Image XmlCDataToImage(
XmlReader xmlReader
)
Parameters
- xmlReader
- Type: System.XmlXmlReader
Xml reader to load information from.
Return Value
Type:
ImageImage that was recreated.
See Also