GraphicsPathCommand
GraphicsPathCommand defines the values to use for specifying path-drawing commands.
The values in this object are used by the Graphics.drawPath() method, or stored in the commands vector of a GraphicsPath object.
| 
    Lib.Media.Display.GraphicsPathCommand.CUBIC_CURVE_TO  | 
  
    Specifies a drawing command that draws a curve from the current drawing position to the x- and y-coordinates specified in the data vector, using a 2 control points.  | 
 
| 
    Lib.Media.Display.GraphicsPathCommand.CURVE_TO  | 
  
    Specifies a drawing command that draws a curve from the current drawing position to the x- and y-coordinates specified in the data vector, using a control point.  | 
 
| 
    Lib.Media.Display.GraphicsPathCommand.LINE_TO  | 
  
    Specifies a drawing command that draws a line from the current drawing position to the x- and y-coordinates specified in the data vector.  | 
 
| 
    Lib.Media.Display.GraphicsPathCommand.MOVE_TO  | 
  
    Specifies a drawing command that moves the current drawing position to the x- and y-coordinates specified in the data vector.  | 
 
| 
    Lib.Media.Display.GraphicsPathCommand.NO_OP  | 
  
    Represents the default "do nothing" command.  | 
 
| 
    Lib.Media.Display.GraphicsPathCommand.WIDE_LINE_TO  | 
  
    Specifies a "line to" drawing command, but uses two sets of coordinates (four values) instead of one set.  | 
 
| 
    Lib.Media.Display.GraphicsPathCommand.WIDE_MOVE_TO  | 
  
    Specifies a "move to" drawing command, but uses two sets of coordinates (four values) instead of one set.  | 
 
Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator