C# Class CardMaker.Card.CardRenderer

Mostrar archivo Open project: nhmkdev/cardmaker Class Usage Examples

Public Methods

Method 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 method

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
return void

DrawPrintLineToGraphics() public method

public DrawPrintLineToGraphics ( Graphics zGraphics ) : void
zGraphics System.Drawing.Graphics
return void

DrawPrintLineToGraphics() public method

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