Mojo graphics canvas drawquadimageslice
mojo:mojo.graphics.Canvas.DrawQuadImageSlice
Method DrawQuadImageSlice:Void( x0:Float,y0:Float,x1:Float,y1:Float,x2:Float,y2:Float,x3:Float,y3:Float,srcVoxImage:ImageSlice,sliceNumber:Int,FrameNumber:Int )#
Draws a quad from a source image slice.
The source image is used and drawn at the given quad position in the current Color using the current BlendMode.
The quad vertex coordinates are also transformed by the current Matrix.