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