 | Rectanglein Method |
Create a
Rectangle object with the unit of the rectangles in inch (symbol in, equal to 25.4mm or 72pt).
Namespace: PdfTools.Geometry.UnitsAssembly: PdfTools (in PdfTools.dll) Version: 1.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
Syntaxpublic static Rectangle in(
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