ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / CreatePen Method

In This Topic
    CreatePen Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CreatePen( _
       ByVal fnPenStyle As System.Integer, _
       ByVal nWidth As System.Integer, _
       ByVal crColor As System.Integer _
    ) As System.IntPtr
    public static System.IntPtr CreatePen( 
       System.int fnPenStyle,
       System.int nWidth,
       System.int crColor
    )

    Parameters

    fnPenStyle
    nWidth
    crColor
    See Also