C# Class NekoKun.UseClearTypeGridFit

Set the TextRenderingHint.ClearTypeGridFit until instance disposed.
Inheritance: IDisposable
ファイルを表示 Open project: NekoProject/NekoKun Class Usage Examples

Public Methods

Method 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 method

Revert the TextRenderingHint back to original setting.
public Dispose ( ) : void
return void

UseClearTypeGridFit() public method

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