C# 클래스 CardMaker.Card.CardRenderer

파일 보기 프로젝트 열기: nhmkdev/cardmaker 1 사용 예제들

공개 메소드들

메소드 설명
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