PdfRectangleElement(Single, Single, Single, Single) Constructor
Initializes a new instance of the
PdfRectangleElement class
with the specified position and dimensions
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
public PdfRectangleElement(
float x,
float y,
float width,
float height
)
Parameters
- x Single
- The X position from the top-left corner of the page in points
- y Single
- The Y position from the top-left corner of the page in points
- width Single
- The width of the rectangle in points
- height Single
- The height of the rectangle in points