C# Класс ComponentFactory.Krypton.Toolkit.GraphicsTextHint

Apply a requested text rendering hint to a graphics instance.
Наследование: GlobalId, IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

Reverse the text hint change.

GraphicsTextHint ( Graphics graphics, TextRenderingHint textHint ) : System

Initialize a new instance of the GraphicsSmooth class.

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

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

Reverse the text hint change.
public Dispose ( ) : void
Результат void

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

Initialize a new instance of the GraphicsSmooth class.
public GraphicsTextHint ( Graphics graphics, TextRenderingHint textHint ) : System
graphics System.Drawing.Graphics Graphics context.
textHint TextRenderingHint Temporary text rendering hint to apply.
Результат System