CardMaker.Card.CardRenderer.DrawPrintLineToGraphics C# (CSharp) Method

DrawPrintLineToGraphics() public method

public DrawPrintLineToGraphics ( Graphics zGraphics ) : void
zGraphics System.Drawing.Graphics
return void
        public void DrawPrintLineToGraphics(Graphics zGraphics)
        {
            DrawCard(0, 0, zGraphics, CurrentDeck.CurrentPrintLine, true, true);
        }

Same methods

CardRenderer::DrawPrintLineToGraphics ( Graphics zGraphics, int nX, int nY, bool bDrawBackground ) : void