FAreaMoveTo(FArea, FPoint) 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,
	FPoint newLocation
)

Parameters

area  FArea
The area to be moved.
newLocation  FPoint
The new location for the area.

See Also