haXe API Documentation
Back | Index
extern class flash.display.GraphicsStroke
implements IGraphicsStroke
implements IGraphicsData
Available in flash9
var caps : CapsStyle
var fill : IGraphicsFill
var joints : JointStyle
var miterLimit : Float
var pixelHinting : Bool
var scaleMode : LineScaleMode
var thickness : Float
function new(?thickness : Float, ?pixelHinting : Bool, ?scaleMode : String, ?caps : String, ?joints : String, ?miterLimit : Float, ?fill : IGraphicsFill) : Void
Back | Index