C# 클래스 SourceGrid.Exporter.Image

An utility class to export a grid to a csv delimited format file.
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
Export ( GridVirtual grid, Range rangeToExport ) : Bitmap
Export ( GridVirtual grid, System graphics, Range rangeToExport, System destinationLocation ) : void
Image ( ) : System

보호된 메소드들

메소드 설명
ExportCell ( CellContext context, DevAge graphics, System rectangle ) : void

메소드 상세

Export() 공개 메소드

public Export ( GridVirtual grid, Range rangeToExport ) : Bitmap
grid GridVirtual
rangeToExport Range
리턴 System.Drawing.Bitmap

Export() 공개 메소드

public Export ( GridVirtual grid, System graphics, Range rangeToExport, System destinationLocation ) : void
grid GridVirtual
graphics System
rangeToExport Range
destinationLocation System
리턴 void

ExportCell() 보호된 메소드

protected ExportCell ( CellContext context, DevAge graphics, System rectangle ) : void
context CellContext
graphics DevAge
rectangle System
리턴 void

Image() 공개 메소드

public Image ( ) : System
리턴 System