FAreaDelta Method

Return the delta values between the caller's area and the new and original areas.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FArea Delta(
	FArea originalArea,
	FArea newArea
)

Parameters

originalArea  FArea
Reference to the original area.
newArea  FArea
Reference to the new area.

Return Value

FArea
Reference to the relative bounds.

See Also