Enum CurveKind
CurveKind enumeration
The kind of a curve: Line or Bezier
public enum CurveKind
Values
Name | Value | Description |
---|---|---|
Line | 0 | |
Bezier | 1 |
See Also
- namespace Aspose.CAD.Vectorization.Common
- assembly Aspose.CAD
The kind of a curve: Line or Bezier
public enum CurveKind
Name | Value | Description |
---|---|---|
Line | 0 | |
Bezier | 1 |