FAreaMoveTo(FArea, Single, Single) Method

Move the specified area to the new location.

Definition

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

Parameters

area  FArea
The area to be moved.
x  Single
New X coordinate.
y  Single
New Y coordinate.

See Also