public enum ENGeometryCommandType : System.Enum
public enum ENGeometryCommandType : System.Enum
Member | Description |
---|---|
ArcTo | Arc to command. |
CircularArcTo | Circualar arc to command. |
CubicBezierTo | Cubic bezier to command. |
DrawEllipse | Draw ellipse command. |
DrawPath | Draw path command. |
DrawPolygon | Draw polygon command. |
DrawPolyline | Draw polyline command. |
DrawPolypoint | Draw polypoint command. |
DrawRectangle | Draw rectangle command. |
EllipticalArcTo | Elliptical arc to command. |
LineTo | Line to command. |
MoveTo | Move to command. |
NurbsTo | Nurbs to command. |
PolylineTo | Polyline to command. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Diagram.ENGeometryCommandType
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)