[]
public static extern IntPtr CreatePen(int fnPenStyle, int nWidth, int crColor)
Public Shared Function CreatePen(fnPenStyle As Integer, nWidth As Integer, crColor As Integer) As IntPtr
| Type | Name | Description |
|---|---|---|
| int | fnPenStyle | |
| int | nWidth | |
| int | crColor |
| Type | Description |
|---|---|
| IntPtr |