C# Class NekoKun.UseAntiAlias

Set the SmoothingMode=AntiAlias until instance disposed.
Inheritance: IDisposable
显示文件 Open project: NekoProject/NekoKun Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Revert the SmoothingMode back to original setting.

UseAntiAlias ( Graphics g ) : System

Initialize a new instance of the UseAntiAlias class.

Method Details

Dispose() public method

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

UseAntiAlias() public method

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