C# Класс NekoKun.UseClearTypeGridFit

Set the TextRenderingHint.ClearTypeGridFit until instance disposed.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Revert the TextRenderingHint back to original setting.

UseClearTypeGridFit ( Graphics g ) : System

Initialize a new instance of the UseClearTypeGridFit class.

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

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

Revert the TextRenderingHint back to original setting.
public Dispose ( ) : void
Результат void

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

Initialize a new instance of the UseClearTypeGridFit class.
public UseClearTypeGridFit ( Graphics g ) : System
g System.Drawing.Graphics Graphics instance.
Результат System