C# Класс CardMaker.Card.Export.CardExportBase

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_zExportCardBuffer System.Drawing.Bitmap
m_zLastLayout CardMaker.XML.ProjectLayout

Защищенные методы

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

Описание методов

CardExportBase() защищенный Метод

protected CardExportBase ( int nLayoutStartIndex, int nLayoutEndIndex ) : System.Drawing
nLayoutStartIndex int
nLayoutEndIndex int
Результат System.Drawing

ChangeExportLayoutIndex() защищенный Метод

Changes the layout to the specified index in the project
protected ChangeExportLayoutIndex ( int nIdx ) : void
nIdx int
Результат void

ProcessRotateExport() защищенный Метод

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
Результат void

UpdateBufferBitmap() защищенный Метод

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
Результат void

Описание свойств

m_zExportCardBuffer защищенное свойство

protected Bitmap,System.Drawing m_zExportCardBuffer
Результат System.Drawing.Bitmap

m_zLastLayout защищенное свойство

protected ProjectLayout,CardMaker.XML m_zLastLayout
Результат CardMaker.XML.ProjectLayout