RectangleFloat Constructor
Constructs a rectangle
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public RectangleFloat(
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
- Top left corner X coordinate
- y Single
- Top left corner Y coordinate
- width Single
- Rectangle width
- height Single
- Rectangle height