Parses the input string into a viewbox 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(S: String; DefValue: TSVGViewBox): TSVGViewBox; overload; |
Parameters
S
Type: String
Input string to parse
DefValue
Type: TSVGViewBox
Default Value. If the string is empty, the default value is returned
Type: TSVGViewBox
Reference |