Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaCell Class / Paint Method


In This Topic
    Paint Method (NFormulaCell)
    In This Topic
    Paints information about the cell, by rendering a text in the specified boudns
    Syntax
    'Declaration
     
    
    Public Overridable Sub Paint( _
       ByVal g As System.Drawing.Graphics, _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal font As System.Drawing.Font, _
       ByVal viewStyle As FormulaSheetViewStyle _
    ) 
    'Usage
     
    
    Dim instance As NFormulaCell
    Dim g As System.Drawing.Graphics
    Dim bounds As System.Drawing.Rectangle
    Dim font As System.Drawing.Font
    Dim viewStyle As FormulaSheetViewStyle
     
    instance.Paint(g, bounds, font, viewStyle)
    public virtual void Paint( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle bounds,
       System.Drawing.Font font,
       FormulaSheetViewStyle viewStyle
    )

    Parameters

    g
    bounds
    font
    viewStyle
    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