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