[]
public static extern int IntersectClipRect(nint 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 |
|---|---|---|
| nint | hdc | |
| int | nLeftRect | |
| int | nTopRect | |
| int | nRightRect | |
| int | nBottomRect |
| Type | Description |
|---|---|
| int |