C# Class ComponentFactory.Krypton.Toolkit.GraphicsHint

Apply a requested smoothing mode to a graphics instance.
Inheritance: GlobalId, IDisposable
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Reverse the smoothing mode change.

GraphicsHint ( Graphics graphics, PaletteGraphicsHint hint ) : System

Initialize a new instance of the GraphicsHint class.

Method Details

Dispose() public method

Reverse the smoothing mode change.
public Dispose ( ) : void
return void

GraphicsHint() public method

Initialize a new instance of the GraphicsHint class.
public GraphicsHint ( Graphics graphics, PaletteGraphicsHint hint ) : System
graphics System.Drawing.Graphics Graphics context.
hint PaletteGraphicsHint Temporary hint mode to apply.
return System