[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ExcludeClipRect

ExcludeClipRect Method

ExcludeClipRect(IntPtr, int, int, int, int)

Declaration
public static extern int ExcludeClipRect(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
Public Shared Function ExcludeClipRect(hdc As IntPtr, nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer) As Integer
Parameters
Type Name Description
IntPtr hdc
int nLeftRect
int nTopRect
int nRightRect
int nBottomRect
Returns
Type Description
int