C# Класс XRefresh.GDITextCellRenderer

Наследование: XPTable.Renderers.CellRenderer
Показать файл Открыть проект

Открытые методы

Метод Описание
GDITextCellRenderer ( ) : System

Initializes a new instance of the TextCellRenderer class with default settings

GetCellHeight ( Graphics graphics, Cell cell ) : int

Returns the height that is required to render this cell. If zero is returned then the default row height is used.

Защищенные методы

Метод Описание
OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void

Raises the Paint event

Описание методов

GDITextCellRenderer() публичный Метод

Initializes a new instance of the TextCellRenderer class with default settings
public GDITextCellRenderer ( ) : System
Результат System

GetCellHeight() публичный Метод

Returns the height that is required to render this cell. If zero is returned then the default row height is used.
public GetCellHeight ( Graphics graphics, Cell cell ) : int
graphics System.Drawing.Graphics
cell XPTable.Models.Cell
Результат int

OnPaint() защищенный Метод

Raises the Paint event
protected OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void
e XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Результат void