C# Класс CardMaker.Card.DrawTextRenderer

Наследование: IDrawText
Показать файл Открыть проект

Открытые методы

Метод Описание
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