SurfaceDestinationpublic interface SurfaceDestination
Methods Summary |
---|
public void | drawRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height, float opacity)
| public void | drawSurface(Surface ps, int srcX, int srcY, int dstX, int dstY, int width, int height, float opacity)
|
|