Click or drag to resize

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
C#
public static Image XmlCDataToImage(
	XmlReader xmlReader
)

Parameters

xmlReader
Type: System.XmlXmlReader
Xml reader to load information from.

Return Value

Type: Image
Image that was recreated.
See Also