FEllipseIsEmpty Method

Return a value indicating whether the provided ellipse is empty.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool IsEmpty(
	FEllipse ellipse
)

Parameters

ellipse  FEllipse
Reference to the ellipse to inspect.

Return Value

Boolean
True if the specified ellipse is empty. Otherwise, false.

See Also