Returns the svg string representation of an array of points
Namespace: FMX.RS.SVGUtils
Delphi |
function SVGPointsToString( const Pts: Array of TSVGPoint; const aUnit: TSVGUnit; |
Parameters
Pts
Type: Array of TSVGPoint
Array of points to print
aUnit
Type: TSVGUnit
the unit to write after each point element
FormatStr
Type: String
Format string for the numbers
Type: String