C# Класс CardMaker.Card.CardRenderer

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DrawCard ( int nX, int nY, Graphics zGraphics, CardMaker.Card.DeckLine zDeckLine, bool bExport, bool bDrawBackground ) : void
DrawPrintLineToGraphics ( Graphics zGraphics ) : void
DrawPrintLineToGraphics ( Graphics zGraphics, int nX, int nY, bool bDrawBackground ) : void

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

DrawCard() публичный Метод

public DrawCard ( int nX, int nY, Graphics zGraphics, CardMaker.Card.DeckLine zDeckLine, bool bExport, bool bDrawBackground ) : void
nX int
nY int
zGraphics System.Drawing.Graphics
zDeckLine CardMaker.Card.DeckLine
bExport bool
bDrawBackground bool
Результат void

DrawPrintLineToGraphics() публичный Метод

public DrawPrintLineToGraphics ( Graphics zGraphics ) : void
zGraphics System.Drawing.Graphics
Результат void

DrawPrintLineToGraphics() публичный Метод

public DrawPrintLineToGraphics ( Graphics zGraphics, int nX, int nY, bool bDrawBackground ) : void
zGraphics System.Drawing.Graphics
nX int
nY int
bDrawBackground bool
Результат void