[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IEnhancedRenderer.PaintCell

PaintCell Method

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

Paints the cell when not in edit mode.

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

Graphics device interface for painting the cell

Rectangle r

The rectangle boundary in which to paint the value.

Appearance appearance

Appearance settings of the renderer control

object value

Object that contains the name of the renderer control

bool isSelected

if set to true, the cell is in a selected state.

bool isLocked

if set to true, the cell is in a locked state.

float zoomFactor

Numeric value for scaling the display of the renderer control

ExtraRendererSettings extraRendererSettings

The extra renderer settings.