C# Class CardMaker.Card.Export.FileCardExporter

Inheritance: CardExportBase, ICardExporter
Afficher le fichier Open project: nhmkdev/cardmaker Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
UpdateBufferBitmap ( int nWidth, int nHeight, Graphics zGraphics = null ) : void

Updates the export buffer

Method Details

ExportThread() public méthode

public ExportThread ( ) : void
Résultat void

FileCardExporter() public méthode

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
Résultat System

UpdateBufferBitmap() protected méthode

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