C# 클래스 CardMaker.Card.DrawTextRenderer

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

공개 메소드들

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

비공개 메소드들

메소드 설명
BitBlt ( IntPtr hdc, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, int dwRop ) : bool
CreateCompatibleDC ( IntPtr hdc ) : IntPtr
CreateDIBSection ( IntPtr hdc, [ pbmi, uint iUsage, IntPtr &ppvBits, IntPtr hSection, uint dwOffset ) : IntPtr
CreateMemoryHdc ( IntPtr hdc, int width, int height, IntPtr &dib ) : IntPtr
DeleteDC ( IntPtr hdc ) : bool
DeleteObject ( IntPtr hObject ) : bool
SelectObject ( IntPtr hdc, IntPtr hgdiObj ) : int
SetBkMode ( IntPtr hdc, int mode ) : int

메소드 상세

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