[]
        
Serializes an array of PointF points to XML.
public static void SerializePointFArray(PointF[] array, string elementName, XmlTextWriter w)Public Shared Sub SerializePointFArray(array As PointF(), elementName As String, w As XmlTextWriter)| Type | Name | Description | 
|---|---|---|
| PointF[] | array | Array of floating-point coordinates (PointF points) | 
| string | elementName | Name of XML element | 
| XmlTextWriter | w | XmlTextWriter object to which to save |