Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / DataGridControlColumnStyleBase Class / Paint Method / Paint(Graphics,Rectangle,CurrencyManager,Int32) Method


In This Topic
    Paint(Graphics,Rectangle,CurrencyManager,Int32) Method
    In This Topic
    This member is reserved for internal use and is not intended to be used directly from your code.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub Paint( _
       ByVal g As Graphics, _
       ByVal bounds As Rectangle, _
       ByVal source As CurrencyManager, _
       ByVal rowNum As Integer _
    ) 
    'Usage
     
    Dim instance As DataGridControlColumnStyleBase
    Dim g As Graphics
    Dim bounds As Rectangle
    Dim source As CurrencyManager
    Dim rowNum As Integer
     
    instance.Paint(g, bounds, source, rowNum)
    protected override void Paint( 
       Graphics g,
       Rectangle bounds,
       CurrencyManager source,
       int rowNum
    )

    Parameters

    g
    bounds
    source
    rowNum
    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