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

c353b6ba 1346 cd1a ad18 965f7ed7811b

haplokuon edited this page May 6, 2023 · 1 revision

Degree Property

netDxf 3.0.0 Library

Gets the bezier curve degree.

Definition

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

C#

public int Degree { get; }

VB

Public ReadOnly Property Degree As Integer
	Get

C++

public:
property int Degree {
	int get ();
}

F#

member Degree : int with get

Property Value

Int32

See Also

Reference

BezierCurve Class
netDxf Namespace

Clone this wiki locally