[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultSelectionRenderer.PaintSelection

PaintSelection Method

PaintSelection(Graphics, int, int, int, int)

Paints the selection.

Declaration
public virtual void PaintSelection(Graphics g, int x, int y, int width, int height)
Public Overridable Sub PaintSelection(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Type Name Description
Graphics g

Graphics object used to paint the rectangle

int x

X-coordinate of the upper-left corner of the rectangle to paint

int y

Y-coordinate of the upper-left corner of the rectangle to paint

int width

Width of rectangle to paint

int height

Height of rectangle to paint

Implements