FAreaSet(FArea, FArea, Single, Single) Method

Set the details of the target area from the source.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void Set(
	FArea source,
	FArea target,
	float offsetX = 0f,
	float offsetY = 0f
)

Parameters

source  FArea
Source area to copy.
target  FArea
Target area to set.
offsetX  Single  (Optional)
Optional horizontal offset from source.
offsetY  Single  (Optional)
Optional vertical offset from source.

See Also