FAreaSize Method

Return the size of the specified area.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FSize Size(
	FArea area
)

Parameters

area  FArea
Reference to the area for which the size will be retrieved.

Return Value

FSize
Reference to the size of the specified area, if found. Otherwise, an empty size.

See Also