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