C# Класс SourceGrid.Exporter.Image

An utility class to export a grid to a csv delimited format file.
Показать файл Открыть проект

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

Метод Описание
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