Nevron.Interop.Win32 Namespace / NGdi32 Class / CombineRgn Method


CombineRgn Method
Syntax
'Declaration
 
Public Shared Function CombineRgn( _
   ByVal hDestRgn As System.IntPtr, _
   ByVal hSrcRgn1 As System.IntPtr, _
   ByVal hSrcRgn2 As System.IntPtr, _
   ByVal nCombineMode As System.Integer _
) As System.Integer
 
'Usage
 
Dim hDestRgn As System.IntPtr
Dim hSrcRgn1 As System.IntPtr
Dim hSrcRgn2 As System.IntPtr
Dim nCombineMode As System.Integer
Dim value As System.Integer
 
value = NGdi32.CombineRgn(hDestRgn, hSrcRgn1, hSrcRgn2, nCombineMode)

Parameters

hDestRgn
hSrcRgn1
hSrcRgn2
nCombineMode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also