[]
public static extern IntPtr ExtCreatePen(int dwPenStyle, int dwWidth, ref Win32.LOGBRUSH lplb, int dwStyleCount, int[] lpStyle)
| Type | Name | Description |
|---|---|---|
| int | dwPenStyle | |
| int | dwWidth | |
| Win32.LOGBRUSH | lplb | |
| int | dwStyleCount | |
| int[] | lpStyle |
| Type | Description |
|---|---|
| IntPtr |
public static extern IntPtr ExtCreatePen(int dwPenStyle, int dwWidth, ref Win32.LOGBRUSH lplb, int dwStyleCount, IntPtr lpStyle)
| Type | Name | Description |
|---|---|---|
| int | dwPenStyle | |
| int | dwWidth | |
| Win32.LOGBRUSH | lplb | |
| int | dwStyleCount | |
| IntPtr | lpStyle |
| Type | Description |
|---|---|
| IntPtr |