RectangleFloat Constructor

Constructs a rectangle

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.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