[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ITextOrientationSupport2.PaintBackground

PaintBackground Method

PaintBackground(Graphics, GraphicsPath, Appearance, object, bool, bool, float)

Paint back color.

Declaration
void PaintBackground(Graphics g, GraphicsPath path, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
Sub PaintBackground(g As Graphics, path As GraphicsPath, 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 cell.

GraphicsPath path

A GraphicsPath that specifies filling area.

Appearance appearance

Apperarance that specifise painting setting.

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.