'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)
public static System.int CombineRgn( System.IntPtr hDestRgn, System.IntPtr hSrcRgn1, System.IntPtr hSrcRgn2, System.int nCombineMode )
Parameters
- hDestRgn
- hSrcRgn1
- hSrcRgn2
- nCombineMode