C# Class ComponentFactory.Krypton.Toolkit.AccurateTextMemento

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

Private Properties

Property Type Description
AccurateTextMemento System

Public Methods

Method Description
Dispose ( ) : void

Dispose of the memento resources.

Private Methods

Method 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 method

Dispose of the memento resources.
public Dispose ( ) : void
return void