[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.ImageVisualizer.PaintContent

PaintContent Method

PaintContent(PaintingContext, CellData)

Paints the content of a cell.

Declaration
protected override UIElement PaintContent(PaintingContext paintingContext, CellData celldata)
Protected Overrides Function PaintContent(paintingContext As PaintingContext, celldata As CellData) As UIElement
Parameters
Type Name Description
PaintingContext paintingContext

The painting context.

CellData celldata
Returns
Type Description
UIElement

An UIElement object represents the content of painting cell.

Overrides