C# Класс GraphicsImplementation.GlyphTextureCache

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

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

Метод Описание
Dispose ( ) : void
DrawBitmap ( Graphics g ) : void
DrawString ( IGraphics g, string text, Font font, Brush brush, PointF location ) : void
DrawTexture ( GLCanvas g ) : void
GlyphTextureCache ( ) : System

Приватные методы

Метод Описание
AddString ( string text, Font font, Brush brush, TextRenderingHint textRenderingHint ) : void
UpdateTextureIfNeeded ( ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

DrawBitmap() публичный Метод

public DrawBitmap ( Graphics g ) : void
g System.Drawing.Graphics
Результат void

DrawString() публичный Метод

public DrawString ( IGraphics g, string text, Font font, Brush brush, PointF location ) : void
g IGraphics
text string
font System.Drawing.Font
brush System.Drawing.Brush
location System.Drawing.PointF
Результат void

DrawTexture() публичный Метод

public DrawTexture ( GLCanvas g ) : void
g GLCanvas
Результат void

GlyphTextureCache() публичный Метод

public GlyphTextureCache ( ) : System
Результат System