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

In This Topic
    DrawToGraphics(Graphics,RectangleF,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function DrawToGraphics( _
       ByVal g As System.Drawing.Graphics, _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal offset As System.Integer _
    ) As System.Integer
    public System.int DrawToGraphics( 
       System.Drawing.Graphics g,
       System.Drawing.RectangleF bounds,
       System.int offset
    )

    Parameters

    g
    bounds
    offset
    See Also