FAreaLocationOpposite Method
Return the opposite corner location of the specified area.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint LocationOpposite(
FArea area
)
Public Shared Function LocationOpposite (
area As FArea
) As FPoint
No code example is currently available or this language may not be supported.
- area FArea
-
Area to inspect.
FPoint
Reference to the FPoint representing the opposite location of the
caller's area, if found. Otherwise, an empty FPoint.