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