Creates a new instance of the Location class from its string representation.
- locationString (String)
- The location string. Supports various different formats.
The new instance.
Examples for location strings:
'1;2' or '1,2' results in a fixed relative location in pixels.
'0.4;0.6' or '.3,.7' results in a location proportional to the elements size.
Use of the names of location presets (e.g. 'center') is also permitted.
'1;2' or '1,2' results in a fixed relative location in pixels.
'0.4;0.6' or '.3,.7' results in a location proportional to the elements size.
Use of the names of location presets (e.g. 'center') is also permitted.
| Exception | Condition |
|---|---|
| FormatException | If the string representation is not valid. |
