Click or drag to resize
Pdftools logo

RectangleParse Method

Create a Rectangle object from a string representation.

Namespace: PdfTools.Geometry.Units
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
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

Rectangle
See Also