C# Class ComponentFactory.Krypton.Toolkit.GraphicsTextHint

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

Méthodes publiques

Méthode 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 méthode

Reverse the text hint change.
public Dispose ( ) : void
Résultat void

GraphicsTextHint() public méthode

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.
Résultat System