Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

5794175a 44e2 80b9 f908 891fa8c62339

haplokuon edited this page May 6, 2023 · 1 revision

IsFullEllipse Property

netDxf 3.0.0 Library

Checks if the actual instance is a full ellipse.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool IsFullEllipse { get; }

VB

Public ReadOnly Property IsFullEllipse As Boolean
	Get

C++

public:
property bool IsFullEllipse {
	bool get ();
}

F#

member IsFullEllipse : bool with get

Property Value

Boolean

Remarks

An ellipse is considered full when its start and end angles are equal.

See Also

Reference

Ellipse Class
netDxf.Entities Namespace

Clone this wiki locally