ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabel Class / DrawToGraphics Method / DrawToGraphics(Graphics,Rectangle) Method

In This Topic
    DrawToGraphics(Graphics,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawToGraphics( _
       ByVal g As System.Drawing.Graphics, _
       ByVal bounds As System.Drawing.Rectangle _
    ) 
    public void DrawToGraphics( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle bounds
    )

    Parameters

    g
    bounds
    See Also