C# Class SourceGrid.Cells.Models.Image

Inheritance: IImage
Exibir arquivo Open project: zhuangyy/Motion

Public Methods

Method Description
GetImage ( CellContext cellContext ) : System.Drawing.Image

Get the image of the specified cell.

Image ( ) : System
Image ( System image ) : System

Method Details

GetImage() public method

Get the image of the specified cell.
public GetImage ( CellContext cellContext ) : System.Drawing.Image
cellContext CellContext
return System.Drawing.Image

Image() public method

public Image ( ) : System
return System

Image() public method

public Image ( System image ) : System
image System
return System