C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / CombineRgn Method

In This Topic
CombineRgn Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function CombineRgn( _
   ByVal hrgnDest As IntPtr, _
   ByVal hrgnSrc1 As IntPtr, _
   ByVal hrgnSrc2 As IntPtr, _
   ByVal fnCombineMode As Integer _
) As Integer
 

Parameters

hrgnDest
hrgnSrc1
hrgnSrc2
fnCombineMode
See Also