C# Class NekoKun.UseClearTypeGridFit

Set the TextRenderingHint.ClearTypeGridFit until instance disposed.
Inheritance: IDisposable
Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Revert the TextRenderingHint back to original setting.

UseClearTypeGridFit ( Graphics g ) : System

Initialize a new instance of the UseClearTypeGridFit class.

Method Details

Dispose() public méthode

Revert the TextRenderingHint back to original setting.
public Dispose ( ) : void
Résultat void

UseClearTypeGridFit() public méthode

Initialize a new instance of the UseClearTypeGridFit class.
public UseClearTypeGridFit ( Graphics g ) : System
g System.Drawing.Graphics Graphics instance.
Résultat System