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