Click or drag to resize

CommonHelperImageToXmlCData Method

Convert a Image to a culture invariant string value.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void ImageToXmlCData(
	XmlWriter xmlWriter,
	string name,
	Image image
)

Parameters

xmlWriter  XmlWriter
Xml writer to save information into.
name  String
Name of image to save.
image  Image
Image to persist.
See Also