GoDiagram Web Reference
GoDrawingAction Enumeration

These values describe the kind of action used to start or extend figures in a GoDrawing.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum GoDrawingAction 
   Inherits System.Enum
[FlagsAttribute()]
public enum GoDrawingAction : System.Enum 
Members
MemberDescription
BeginCurveToThe first control point of a Bezier curve; equal to (CurveTo | GoDrawing.BeginCurveFlag).
ClosedCurveA curve with the ClosedFlag set.
ClosedFlagAn interal flag used to mark the final vertex in a figure as closed.
ClosedLineA line with the ClosedFlag set.
CurveToDraw a Bezier curve using these control points and destination point.
LineToDraw a straight line from the last point to this point.
MaskMask an GoDrawing.GetAction value with this mask to get the StartAt, LineTo, or CurveTo value.
StartAtStart a new figure at a point.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.GoDrawingAction

Requirements

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

See Also

Reference

Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback