haXe API Documentation
Back | Index
extern class flash.display.GraphicsStroke
implements IGraphicsData
implements IGraphicsStroke
Available in flash9
var caps : String
var fill : IGraphicsFill
var joints : String
var miterLimit : Float
var pixelHinting : Bool
var scaleMode : String
var thickness : Float
function new(?_thickness : Float, ?_pixelHinting : Bool, ?_scaleMode : String, ?_caps : String, ?_joints : String, ?_miterLimit : Float, ?_fill : IGraphicsFill) : Void
Back | Index