Hide Comments
Hide Comments

ParsePoints(IXMLNode,String) Method

Comments (0)

Parses the XML attribute with the specified name into an array of points.

Namespace: RSSVGUtils

expandingSyntax

Delphi

 function ParsePoints( const Node: IXMLNode; const Name: String ): TRSPoints; overload; 
 

Parameters

Node

Type: IXMLNode

Name

Type: String

Return Value

Type: TRSPoints

expandingRemarks

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)

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb