C# Class CardMaker.Card.CardRenderer

Afficher le fichier Open project: nhmkdev/cardmaker Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

DrawCard() public méthode

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

DrawPrintLineToGraphics() public méthode

public DrawPrintLineToGraphics ( Graphics zGraphics ) : void
zGraphics System.Drawing.Graphics
Résultat void

DrawPrintLineToGraphics() public méthode

public DrawPrintLineToGraphics ( Graphics zGraphics, int nX, int nY, bool bDrawBackground ) : void
zGraphics System.Drawing.Graphics
nX int
nY int
bDrawBackground bool
Résultat void