FAreaTranslate(FArea, FPoint) Method

Translate the specified area to the new location.

Definition

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

Parameters

area  FArea
The area to be moved.
offset  FPoint
The offset by which to move the area.

See Also