Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / LineShape Class / PaintSpecialBackground Method
Graphics device
Bounding rectangle for the line shape


In This Topic
    PaintSpecialBackground Method (LineShape)
    In This Topic
    Asks the control to repaint the line shape.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintSpecialBackground( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As LineShape
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintSpecialBackground(g, r)
    protected override void PaintSpecialBackground( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device
    r
    Bounding rectangle for the line shape
    See Also