FArea(Single, Single, Single, Single) Constructor

Create a new instance of the FArea Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FArea(
	float x,
	float y,
	float width,
	float height
)

Parameters

x  Single
X coordinate.
y  Single
Y coordinate.
width  Single
Width of the area.
height  Single
Height of the area.

See Also