C# Class CardMaker.Card.Export.FileCardExporter

Inheritance: CardExportBase, ICardExporter
Datei anzeigen Open project: nhmkdev/cardmaker Class Usage Examples

Public Methods

Method Description
ExportThread ( ) : void
FileCardExporter ( int nLayoutStartIndex, int nLayoutEndIdx, string sExportFolder, string sOverrideStringFormat, int nSkipStitchIndex, System eImageFormat ) : System

Protected Methods

Method Description
UpdateBufferBitmap ( int nWidth, int nHeight, Graphics zGraphics = null ) : void

Updates the export buffer

Method Details

ExportThread() public method

public ExportThread ( ) : void
return void

FileCardExporter() public method

public FileCardExporter ( int nLayoutStartIndex, int nLayoutEndIdx, string sExportFolder, string sOverrideStringFormat, int nSkipStitchIndex, System eImageFormat ) : System
nLayoutStartIndex int
nLayoutEndIdx int
sExportFolder string
sOverrideStringFormat string
nSkipStitchIndex int
eImageFormat System
return System

UpdateBufferBitmap() protected method

Updates the export buffer
protected UpdateBufferBitmap ( int nWidth, int nHeight, Graphics zGraphics = null ) : void
nWidth int
nHeight int
zGraphics System.Drawing.Graphics
return void