[]
public static extern int IntersectClipRect(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
Public Shared Function IntersectClipRect(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 |