C# 클래스 SourceGrid.Cells.Models.Image

상속: IImage
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
GetImage ( CellContext cellContext ) : System.Drawing.Image

Get the image of the specified cell.

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

메소드 상세

GetImage() 공개 메소드

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

Image() 공개 메소드

public Image ( ) : System
리턴 System

Image() 공개 메소드

public Image ( System image ) : System
image System
리턴 System