'Declaration
Public Shared Function GetRgnBox( _ ByVal hrgn As System.IntPtr, _ ByRef clipRect As NWin32.RECT _ ) As System.Integer
'Usage
Dim hrgn As System.IntPtr Dim clipRect As NWin32.RECT Dim value As System.Integer value = NGdi32.GetRgnBox(hrgn, clipRect)
public static System.int GetRgnBox( System.IntPtr hrgn, ref NWin32.RECT clipRect )
Parameters
- hrgn
- clipRect