RectangleElement(Single, Single, Single, Single) Constructor
Constructs a rectangle element based on the rectangle top left corner coordinates, width and height
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public RectangleElement(
float x,
float y,
float width,
float height
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single
)
Parameters
- x Single
- The X coordinate
- y Single
- The Y coordinate
- width Single
- The rectangle width
- height Single
- The rectangle height