[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.LineShape.PaintSpecialBackground

PaintSpecialBackground Method

PaintSpecialBackground(Graphics, Rectangle)

Asks the control to repaint the line shape.

Declaration
protected override void PaintSpecialBackground(Graphics g, Rectangle r)
Protected Overrides Sub PaintSpecialBackground(g As Graphics, r As Rectangle)
Parameters
Type Name Description
Graphics g

Graphics device

Rectangle r

Bounding rectangle for the line shape

Overrides