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: 2024.1.1.0 (2024.1.1.0)
Syntax public static void ImageToXmlCData(
XmlWriter xmlWriter,
string name,
Image image
)
Parameters
- xmlWriter
- Type: System.XmlXmlWriter
Xml writer to save information into. - name
- Type: SystemString
Name of image to save. - image
- Type: System.DrawingImage
Image to persist.
See Also