C# Class CardMaker.Card.Export.CardExportBase

Afficher le fichier Open project: nhmkdev/cardmaker

Protected Properties

Свойство Type Description
m_zExportCardBuffer System.Drawing.Bitmap
m_zLastLayout CardMaker.XML.ProjectLayout

Méthodes protégées

Méthode Description
CardExportBase ( int nLayoutStartIndex, int nLayoutEndIndex ) : System.Drawing
ChangeExportLayoutIndex ( int nIdx ) : void

Changes the layout to the specified index in the project

ProcessRotateExport ( Bitmap zBuffer, CardMaker.XML.ProjectLayout zLayout, bool postTransition ) : void

Rotates the export buffer based on the Layout exportRotation setting

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

Updates the existing buffer image if necessary

Method Details

CardExportBase() protected méthode

protected CardExportBase ( int nLayoutStartIndex, int nLayoutEndIndex ) : System.Drawing
nLayoutStartIndex int
nLayoutEndIndex int
Résultat System.Drawing

ChangeExportLayoutIndex() protected méthode

Changes the layout to the specified index in the project
protected ChangeExportLayoutIndex ( int nIdx ) : void
nIdx int
Résultat void

ProcessRotateExport() protected méthode

Rotates the export buffer based on the Layout exportRotation setting
protected ProcessRotateExport ( Bitmap zBuffer, CardMaker.XML.ProjectLayout zLayout, bool postTransition ) : void
zBuffer System.Drawing.Bitmap
zLayout CardMaker.XML.ProjectLayout
postTransition bool
Résultat void

UpdateBufferBitmap() protected méthode

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

Property Details

m_zExportCardBuffer protected_oe property

protected Bitmap,System.Drawing m_zExportCardBuffer
Résultat System.Drawing.Bitmap

m_zLastLayout protected_oe property

protected ProjectLayout,CardMaker.XML m_zLastLayout
Résultat CardMaker.XML.ProjectLayout