[]
        
(Showing Draft Content)

FarPoint.Win.Serializer.SerializeIcon

SerializeIcon Method

SerializeIcon(Icon, string, XmlWriter)

Serializes an icon to XML as a base-64 encoded string to a specified element with the specified writer.

Declaration
public static void SerializeIcon(Icon icon, string elementName, XmlWriter w)
Public Shared Sub SerializeIcon(icon As Icon, elementName As String, w As XmlWriter)
Parameters
Type Name Description
Icon icon

Icon object to serialize

string elementName

Name of XML element

XmlWriter w

XmlTextWriter