FArea(FPoint, FPoint) Constructor

Create a new instance of the FArea item.

Definition

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

Parameters

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

See Also