\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / ArrowButtonPainter Class / DrawArrowHead Method

In This Topic
    DrawArrowHead Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub DrawArrowHead( _
       ByVal graphics As System.Drawing.Graphics, _
       ByVal rect As System.Drawing.Rectangle, _
       ByVal color As System.Drawing.Color _
    ) 
    public static void DrawArrowHead( 
       System.Drawing.Graphics graphics,
       System.Drawing.Rectangle rect,
       System.Drawing.Color color
    )

    Parameters

    graphics
    rect
    color
    See Also