C# Class CardMaker.Card.DrawTextGraphics

Inheritance: IDrawText
Show file Open project: nhmkdev/cardmaker

Public Methods

Method Description
DrawText ( Graphics zGraphics, ProjectLayoutElement zElement, string sInput, Brush zBrush, Font zFont, Color colorFont ) : void

Method Details

DrawText() public method

public DrawText ( Graphics zGraphics, ProjectLayoutElement zElement, string sInput, Brush zBrush, Font zFont, Color colorFont ) : void
zGraphics System.Drawing.Graphics
zElement CardMaker.XML.ProjectLayoutElement
sInput string
zBrush System.Drawing.Brush
zFont System.Drawing.Font
colorFont Color
return void