[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ExcludeClipRect

ExcludeClipRect Method

ExcludeClipRect(nint, int, int, int, int)

Declaration
public static extern int ExcludeClipRect(nint 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
nint hdc
int nLeftRect
int nTopRect
int nRightRect
int nBottomRect
Returns
Type Description
int