RectangleFloat Constructor
Creates a rectangle
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.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
)
public:
RectangleFloat(
float x,
float y,
float width,
float height
)
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> RectangleFloat
Parameters
- x Single
- Top left corner X coordinate
- y Single
- Top left corner Y coordinate
- width Single
- Rectangle width
- height Single
- Rectangle height