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