mojo:mojo.graphics.Canvas.DrawQuad

Method DrawQuad:Void( x0:Float,y0:Float,x1:Float,y1:Float,x2:Float,y2:Float,x3:Float,y3:Float )
Method DrawQuad:Void( v0:std.geom.Vec2f,v1:std.geom.Vec2f,v2:std.geom.Vec2f,v3:std.geom.Vec2f )

Draws a quad.

Draws a quad in the current Color using the current BlendMode.

The quad vertex coordinates are also transform by the current Matrix.