Parses the XML attribute with the specified name into an array of points.
Namespace: FMX.RS.SVGUtils
Delphi |
function ParsePoints( const Node: IXMLNode; const Name: String ): TRSPoints; overload; |
Parameters
Node
Type: IXMLNode
Name
Type: String
Type: TRSPoints
If the attribute does not exist, a zero-length array is returned. Note that numbers can be separated by commas, spaces, or +/- (e. g. , the string '100+99' is two numbers and is valid) |
Reference |