RectangleFloat Constructor

Creates a rectangle

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
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

See Also