abstract GraphicsPathCommand(Int)
package openfl.display
from UInt, Int to UInt, Int
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.