int = CombineRgn(Dest, Src1
, Src2
, CombineMode
)
Combines two regions
Parameters
Dest : PyGdiHandle
Handle to existing region that will receive combined regionSrc1 : PyGdiHandle
Handle to first regionSrc2 : PyGdiHandle
Handle to second regionCombineMode : int
One of RGN_AND,RGN_COPY,RGN_DIFF,RGN_OR,RGN_XORReturn Value
Returns the type of region created, one of NULLREGION, SIMPLEREGION, COMPLEXREGION