[]
Represents the image visualizer.
public class ImageVisualizer : FunctionVisualizer, IFunctionVisualizer
Public Class ImageVisualizer
Inherits FunctionVisualizer
Implements IFunctionVisualizer
| Name | Description |
|---|---|
| ImageVisualizer() |
| Name | Description |
|---|---|
| Default | The default image visualizer. |
| Name | Description |
|---|---|
| IsBackgroundSupported | Gets a value indicating whether this function visualizer support painting background. |
| Name | Description |
|---|---|
| IsShowCell(object) | Gets boolean value that specifies if the cell is displayed. |
| PaintContent(PaintingContext, CellData) | Paints the content of a cell. |