FArea(FVector2, FVector2) Constructor

Create a new instance of the FArea item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public FArea(
	FVector2 locationTopLeft,
	FVector2 locationBottomRight
)

Parameters

locationTopLeft  FVector2
The top left location.
locationBottomRight  FVector2
The bottom right location.

See Also