FArea(FPoint, FSize) 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 location,
	FSize size
)

Parameters

location  FPoint
The location of the area.
size  FSize
The shape of the area.

See Also