class Graphics
package gecko
Constructor
Variables
Methods
inline drawAlignedCharacters (text:Array<Int>, start:Int, end:Int, x:Float, y:Float, horAlign:HorizontalTextAlign, verAlign:VerticalTextAlign):Void
inline drawAlignedText (text:String, x:Float, y:Float, horAlign:HorizontalTextAlign, verAlign:VerticalTextAlign):Void
inline drawArc (cx:Float, cy:Float, radius:Float, sAngle:Float, eAngle:Float, strength:Float = 1.0, ccw:Bool = false):Void
inline drawScaledSubImage (image:Image, sx:Float, sy:Float, sw:Float, sh:Float, dx:Float, dy:Float, dw:Float, dh:Float):Void
inline drawScaledSubTexture (texture:Texture, sx:Float, sy:Float, sw:Float, sh:Float, dx:Float, dy:Float, dw:Float, dh:Float):Void
inline drawSubTexture (texture:Texture, x:Float, y:Float, sx:Float, sy:Float, sw:Float, sh:Float):Void