Returns the svg string representation of a rectangle as X, Y, Width and Height (not Right and Bottom)
Namespace: FMX.RS.SVGUtils
Delphi |
function SVGRectToString( const R: TSVGRect; const aUnit: TSVGUnit; |
Parameters
R
Type: System.Void
Rectangle to print
aUnit
Type: TSVGUnit
the unit to write after each point element
FormatStr
Type: String
Format string for the numbers
Type: String