C# Class XRefresh.GDIImageCellRenderer

Inheritance: XPTable.Renderers.ImageCellRenderer
显示文件 Open project: binaryage/xrefresh

Public Methods

Method Description
GDIImageCellRenderer ( ) : System

Initializes a new instance of the TextCellRenderer class with default settings

Protected Methods

Method Description
OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void

Raises the Paint event

Method Details

GDIImageCellRenderer() public method

Initializes a new instance of the TextCellRenderer class with default settings
public GDIImageCellRenderer ( ) : System
return System

OnPaint() protected method

Raises the Paint event
protected OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void
e XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
return void