RectangleFloat Constructor
Creates a rectangle
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public RectangleFloat(
float x,
float y,
float width,
float height
)
Parameters
- x Single
- Top left corner X coordinate
- y Single
- Top left corner Y coordinate
- width Single
- Rectangle width
- height Single
- Rectangle height