Returns an SVG compatible string for the all the lengths If the number is a percentage, the function uses the Min and Max parameters to scale the number within the range
Namespace: FMX.RS.SVGUtils
Delphi |
function SVGLengthsToString( const Lens: TSVGLengths; |
Parameters
Lens
Type: TSVGLengths
array of lengths
FormatStr
Type: String
Format string for the number
Min
Type: Single
Minimum range when number is a percentage
Max
Type: Single
Maximum range when number is a percentage
Sep
Type: String
string separator to use between numbers
Type: String
Reference•SVGLengthToSttring |