понедельник, 6 октября 2008 г.

Region.Op explained

Here is what different Region.Op modes mean when used like this:
canvas.clipRect(r1,Region.Op.REPLACE); canvas.clipRect(r2,Region.Op.XXX);
canvas.drawColor(0xFF000080);
And when rectangles do not intersect:

Android4ME will support only REPLACE and INTERSECT.

Комментариев нет: