RectangleFloat Constructor

Constructs a rectangle

Definition

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