[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ExtCreatePen

ExtCreatePen Method

ExtCreatePen(int, int, ref LOGBRUSH, int, int[])

Declaration
public static extern IntPtr ExtCreatePen(int dwPenStyle, int dwWidth, ref Win32.LOGBRUSH lplb, int dwStyleCount, int[] lpStyle)
Public Shared Function ExtCreatePen(dwPenStyle As Integer, dwWidth As Integer, ByRef lplb As Win32.LOGBRUSH, dwStyleCount As Integer, lpStyle As Integer()) As IntPtr
Parameters
Type Name Description
int dwPenStyle
int dwWidth
Win32.LOGBRUSH lplb
int dwStyleCount
int[] lpStyle
Returns
Type Description
IntPtr

ExtCreatePen(int, int, ref LOGBRUSH, int, IntPtr)

Declaration
public static extern IntPtr ExtCreatePen(int dwPenStyle, int dwWidth, ref Win32.LOGBRUSH lplb, int dwStyleCount, IntPtr lpStyle)
Public Shared Function ExtCreatePen(dwPenStyle As Integer, dwWidth As Integer, ByRef lplb As Win32.LOGBRUSH, dwStyleCount As Integer, lpStyle As IntPtr) As IntPtr
Parameters
Type Name Description
int dwPenStyle
int dwWidth
Win32.LOGBRUSH lplb
int dwStyleCount
IntPtr lpStyle
Returns
Type Description
IntPtr