FAreaSet(FArea, Single, Single, Single, Single) Method

Set the details of the area.

Definition

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

Parameters

area  FArea
Reference to the area to set.
x  Single
X coordinate.
y  Single
Y coordinate.
width  Single
Width of the area.
height  Single
Height of the area.

See Also