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


In This Topic
    PaintOutline Method (ChartShape)
    In This Topic
    Paints the outline of a GraphicsPath shape.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintOutline( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintOutline(g, r)
    protected override void PaintOutline( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device
    r
    Rectangle bounding the area
    See Also