Northwoods.Go Assembly > Northwoods.Go Namespace : GoDrawingAction Enumeration |
'Declaration <FlagsAttribute()> Public Enum GoDrawingAction Inherits System.Enum
[FlagsAttribute()] public enum GoDrawingAction : System.Enum
Member | Description |
---|---|
BeginCurveTo | The first control point of a Bezier curve; equal to (CurveTo | GoDrawing.BeginCurveFlag). |
ClosedCurve | A curve with the ClosedFlag set. |
ClosedFlag | An interal flag used to mark the final vertex in a figure as closed. |
ClosedLine | A line with the ClosedFlag set. |
CurveTo | Draw a Bezier curve using these control points and destination point. |
LineTo | Draw a straight line from the last point to this point. |
Mask | Mask an GoDrawing.GetAction value with this mask to get the StartAt, LineTo, or CurveTo value. |
StartAt | Start a new figure at a point. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.GoDrawingAction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2