Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GraphicsPathCommand

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.

Index

Enumeration members

CUBIC_CURVE_TO

CUBIC_CURVE_TO: = 6

CURVE_TO

CURVE_TO: = 3

LINE_TO

LINE_TO: = 2

MOVE_TO

MOVE_TO: = 1

NO_OP

NO_OP: = 0

WIDE_LINE_TO

WIDE_LINE_TO: = 5

WIDE_MOVE_TO

WIDE_MOVE_TO: = 4

Generated using TypeDoc