C# Class ComponentFactory.Krypton.Toolkit.AccurateTextMemento

Encapsulate the information needed to draw text using the AccurateText class.
Inheritance: GlobalId, IDisposable
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
AccurateTextMemento System

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose of the memento resources.

Private Methods

Méthode Description
AccurateTextMemento ( string text, Font font, SizeF sizeF, StringFormat format, TextRenderingHint hint, bool disposeFont ) : System

Initialize a new instance of the TextMemento class.

Method Details

Dispose() public méthode

Dispose of the memento resources.
public Dispose ( ) : void
Résultat void