Parses the input string into a rectangle using a string of 4 concatenated lengths: left top width height. The lengths may be separated by commas or spaces.
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseRect( const Value: String; UnitFactors: TSVGUnitFactors ): TRSRect; overload; |
Parameters
Value
Type: String
UnitFactors
Type: TSVGUnitFactors
Type: TRSRect
|
Reference |