FAreaSetSize Method

Update the size of the target area.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void SetSize(
	FArea source,
	FArea target
)

Parameters

source  FArea
Reference to the source area.
target  FArea
Reference to the area to update.

See Also