InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / ExtCreatePen Method / ExtCreatePen(Int32,Int32,LOGBRUSH,Int32,IntPtr) Method

In This Topic
    ExtCreatePen(Int32,Int32,LOGBRUSH,Int32,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function ExtCreatePen( _
       ByVal dwPenStyle As Integer, _
       ByVal dwWidth As Integer, _
       ByRef lplb As Win32.LOGBRUSH, _
       ByVal dwStyleCount As Integer, _
       ByVal lpStyle As IntPtr _
    ) As IntPtr
    public static IntPtr ExtCreatePen( 
       int dwPenStyle,
       int dwWidth,
       ref Win32.LOGBRUSH lplb,
       int dwStyleCount,
       IntPtr lpStyle
    )

    Parameters

    dwPenStyle
    dwWidth
    lplb
    dwStyleCount
    lpStyle
    See Also