Click or drag to resize
Pdftools logo

Rectanglem Method

Create a Rectangle object with the unit of the rectangles in metre (symbol m, is the SI unit of length).

Namespace: PdfTools.Geometry.Units
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public static Rectangle m(
	double x,
	double y,
	double width,
	double height
)

Parameters

x  Double
x as numerical length value
y  Double
y as numerical length value
width  Double
width as numerical length value
height  Double
height as numerical length value

Return Value

Rectangle
See Also