[]
public static extern int CombineRgn(IntPtr hrgnDest, IntPtr hrgnSrc1, IntPtr hrgnSrc2, int fnCombineMode)
Public Shared Function CombineRgn(hrgnDest As IntPtr, hrgnSrc1 As IntPtr, hrgnSrc2 As IntPtr, fnCombineMode As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| IntPtr | hrgnDest | |
| IntPtr | hrgnSrc1 | |
| IntPtr | hrgnSrc2 | |
| int | fnCombineMode |
| Type | Description |
|---|---|
| int |