FAreaLocationOpposite Method

Return the opposite corner location of the specified area.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint LocationOpposite(
	FArea area
)

Parameters

area  FArea
Area to inspect.

Return Value

FPoint
Reference to the FPoint representing the opposite location of the caller's area, if found. Otherwise, an empty FPoint.

See Also