C# Class ComponentFactory.Krypton.Toolkit.GraphicsTextHint

Apply a requested text rendering hint to a graphics instance.
Inheritance: GlobalId, IDisposable
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Reverse the text hint change.

GraphicsTextHint ( Graphics graphics, TextRenderingHint textHint ) : System

Initialize a new instance of the GraphicsSmooth class.

Method Details

Dispose() public method

Reverse the text hint change.
public Dispose ( ) : void
return void

GraphicsTextHint() public method

Initialize a new instance of the GraphicsSmooth class.
public GraphicsTextHint ( Graphics graphics, TextRenderingHint textHint ) : System
graphics System.Drawing.Graphics Graphics context.
textHint TextRenderingHint Temporary text rendering hint to apply.
return System