R2_MASKPEN   Pixel is a combination of the colors common to both the pen and the screen (final pixel = pen AND screen pixel).
R2_XORPEN   Pixel is a combination of the colors that are in the pen or in the screen, but not in both (final pixel = pen XOR screen pixel).英文是能懂,但就无法理解
final pixel = pen AND screen pixel,请问这个AND是怎么运算的,能否用个例子说明?同理还有下面的XOR
还有,当两个图形相交时交点有时候就没有颜色了,这个是什么原因呢
谢谢