[]
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
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| int | nLeftRect | |
| int | nTopRect | |
| int | nRightRect | |
| int | nBottomRect |
| Type | Description |
|---|---|
| int |