FAreaTranslate(FArea, Single, Single) Method

Translate the specified area by a relative amount.

Definition

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

Parameters

area  FArea
The area to be moved.
offsetX  Single
The X offset by which to move the area.
offsetY  Single
The Y offset by which to move the area.

See Also