FAreaSetLocation Method

Update the location of the specified area.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void SetLocation(
	FArea area,
	FPoint location
)

Parameters

area  FArea
Reference to the area to update.
location  FPoint
Reference to the location to set.

See Also