ComponentOne Menus and Toolbars for WinForms
C1.Win.SuperTooltip.8 Assembly / C1.Win.SuperTooltip 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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also