Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / PaintElements Method
Graphics device
Rectangle bounding the area


In This Topic
    PaintElements Method (ChartShape)
    In This Topic
    Paints elements.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintElements( _
       ByVal g As Graphics, _
       ByVal faceRect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim g As Graphics
    Dim faceRect As Rectangle
     
    instance.PaintElements(g, faceRect)
    protected override void PaintElements( 
       Graphics g,
       Rectangle faceRect
    )

    Parameters

    g
    Graphics device
    faceRect
    Rectangle bounding the area
    See Also