C# 클래스 CardMaker.Card.DrawTextGraphics

상속: IDrawText
파일 보기 프로젝트 열기: nhmkdev/cardmaker

공개 메소드들

메소드 설명
DrawText ( Graphics zGraphics, ProjectLayoutElement zElement, string sInput, Brush zBrush, Font zFont, Color colorFont ) : void

메소드 상세

DrawText() 공개 메소드

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
리턴 void