[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Paint

Paint Method

Paint(Graphics, int, int, int, int)

Paints the cell with the note indicator using the specified control and dimensions.

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

Graphics device interface for painting the cell

int x

X-coordinate

int y

Y-coordinate

int width

Width, in pixels

int height

Height, in pixels

Implements

Paint(Graphics, int, int, int, int, Color)

Paints the cell with the note indicator using the specified control and dimensions.

Declaration
public void Paint(Graphics g, int x, int y, int width, int height, Color indicatorColor)
Public Sub Paint(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, indicatorColor As Color)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the cell

int x

X-coordinate

int y

Y-coordinate

int width

Width, in pixels

int height

Height, in pixels

Color indicatorColor

Color

Implements

Paint(Graphics, int, int, int, int, Color, NoteIndicatorPosition, bool)

Paints the cell with the note indicator using the specified control and dimensions.

Declaration
public void Paint(Graphics g, int x, int y, int width, int height, Color indicatorColor, NoteIndicatorPosition indicatorPosition, bool rightToLeft)
Public Sub Paint(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, indicatorColor As Color, indicatorPosition As NoteIndicatorPosition, rightToLeft As Boolean)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the cell

int x

X-coordinate

int y

Y-coordinate

int width

Width, in pixels

int height

Height, in pixels

Color indicatorColor

Color

NoteIndicatorPosition indicatorPosition

note indicator position

bool rightToLeft

Whether right to left orientation

Implements