[]
Deserializes an array of PointF objects from XML
public static PointF[] DeserializePointFArray(XmlNodeReader r)
Public Shared Function DeserializePointFArray(r As XmlNodeReader) As PointF()
| Type | Name | Description |
|---|---|---|
| XmlNodeReader | r | XmlNodeReader from which to read the XML |
| Type | Description |
|---|---|
| PointF[] | An array of PointF objects. |