FArea(FPoint, FPoint) Constructor
Create a new instance of the FArea item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FArea(
FPoint locationTopLeft,
FPoint locationBottomRight
)
Public Sub New (
locationTopLeft As FPoint,
locationBottomRight As FPoint
)
No code example is currently available or this language may not be supported.
Parameters
- locationTopLeft FPoint
-
The top left location.
- locationBottomRight FPoint
-
The bottom right location.