C# 클래스 ComponentFactory.Krypton.Toolkit.AccurateTextMemento

Encapsulate the information needed to draw text using the AccurateText class.
상속: GlobalId, IDisposable
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AccurateTextMemento System

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose of the memento resources.

비공개 메소드들

메소드 설명
AccurateTextMemento ( string text, Font font, SizeF sizeF, StringFormat format, TextRenderingHint hint, bool disposeFont ) : System

Initialize a new instance of the TextMemento class.

메소드 상세

Dispose() 공개 메소드

Dispose of the memento resources.
public Dispose ( ) : void
리턴 void