| RectangleParse Method |
Create a
Rectangle object from a string representation.
Namespace: PdfTools.Geometry.UnitsAssembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax public static Rectangle Parse(
string value
)
Parameters
- value String
- Allowed are value-unit pairs of the form "<x_value><x_unit> <y_value><y_unit> <width_value><width_unit> <height_value><height_unit>". Example: "12.3cm 23.4mm 34.5mm 45.6mm"
Return Value
RectangleSee Also