class openfl.display.GraphicsPathCommand

Available on all platforms

Defines the values to use for specifying path-drawing commands.

The values in this class are used by the Graphics.drawPath() method, or stored in the commands vector of a GraphicsPath object.

Class Fields

static var CUBIC_CURVE_TO:Int

static var CURVE_TO:Int

static var LINE_TO:Int

static var MOVE_TO:Int

static var NO_OP:Int

static var WIDE_LINE_TO:Int

static var WIDE_MOVE_TO:Int