C# Class ComponentFactory.Krypton.Toolkit.AntiAliasNone

Set the SmoothingMode=None until instance disposed.
Inheritance: GlobalId, IDisposable
Mostra file Open project: Cocotteseb/Krypton

Public Methods

Method Description
AntiAliasNone ( Graphics g ) : System

Initialize a new instance of the AntiAliasNone class.

Dispose ( ) : void

Revert the SmoothingMode back to original setting.

Method Details

AntiAliasNone() public method

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

Dispose() public method

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