cmdMode
(
LONG
) - input
Method of combination.
CRGN_OR
Union of hrgnSrc and prclRect.
CRGN_COPY
Uses prclRect only. The hrgnSrc parameter is ignored.
CRGN_XOR
Symmetric difference of hrgnSrc and prclRect.
CRGN_AND
Intersection of hrgnSrc and prclRect.
CRGN_DIFF
Uses hrgnSrc and
not
(prclRect).
[Back: GreCombineRectRegion Parameter - hrgnSrc]
[Next: GreCombineRectRegion Parameter - pInstance]