[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ColumnHeaderRenderer.PaintCell

PaintCell Method

PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

Paints the column header cell when not in edit mode to the specified graphics interface with the specified appearance settings.

Declaration
public virtual void PaintCell(Graphics g, Rectangle r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
Public Overridable Sub PaintCell(g As Graphics, r As Rectangle, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the column header cell

Rectangle r

Location and size of a rectangular region for painting the column header cell

Appearance appearance

Appearance settings of the column header cell

object value

Object that contains the name of the renderer control of the column header cell

bool isSelected

Whether the column header cell is selected

bool isLocked

Whether the column header cell is locked

float zoomFactor

Numeric value for scaling the display of the column header cell

Implements

PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float)

Paints (prints) the cell to PDF.

Declaration
public virtual void PaintCell(PdfGraphics g, RectangleF r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
Public Overridable Sub PaintCell(g As PdfGraphics, r As RectangleF, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single)
Parameters
Type Name Description
PdfGraphics g

Graphics device interface for painting the cell

RectangleF r

Location and size of a rectangular region

Appearance appearance

Appearance settings of the cell

object value

Object that contains the name of the renderer control of the cell

bool isSelected

Whether the cell is selected

bool isLocked

Whether the cell is locked

float zoomFactor

Numeric value for scaling the painting of the cell

Implements