[]
public static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
Public Shared Function CreateRectRgn(nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer) As IntPtr
| Type | Name | Description |
|---|---|---|
| int | nLeftRect | |
| int | nTopRect | |
| int | nRightRect | |
| int | nBottomRect |
| Type | Description |
|---|---|
| IntPtr |