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


In This Topic
    PaintBorder Method (ChartShape)
    In This Topic
    Not supported for basic shapes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintBorder( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintBorder(g, r)
    protected override void PaintBorder( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device
    r
    Rectangle bounding the area
    See Also