Parses the string into an array of points
Namespace: FMX.RS.SVGUtils
Delphi |
function ParsePoints( S: String ): TRSPoints; overload; |
Parameters
S
Type: String
Type: TRSPoints
Note that numbers can be separated by commas, spaces, or +/- (e.g. , the string '100+99' is two numbers and is valid) |
Reference |