C# 클래스 ComponentFactory.Krypton.Toolkit.RenderStandard.StandardContentMemento

Internal help class used to store content rendering details.
상속: IDisposable
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 프로퍼티들

프로퍼티 타입 설명
DrawImage bool
DrawLongText bool
DrawShortText bool
Image Image
ImageRect System.Drawing.Rectangle
ImageTransparentColor Color
LongTextHint TextRenderingHint
LongTextMemento AccurateTextMemento
LongTextRect System.Drawing.Rectangle
LongTextTrimming PaletteTextTrim
Orientation VisualOrientation
ShortTextHint TextRenderingHint
ShortTextMemento AccurateTextMemento
ShortTextRect System.Drawing.Rectangle
ShortTextTrimming PaletteTextTrim

공개 메소드들

메소드 설명
AdjustForOrientation ( VisualOrientation orientation, Rectangle displayRect ) : void

Adjust the memento values to apply an orientation.

Dispose ( ) : void

Dispose of resources.

StandardContentMemento ( ) : System

Inititialize a new instance of the StandardContentMemento class.

비공개 메소드들

메소드 설명
SwapRectangleSizes ( Rectangle &rect ) : void

메소드 상세

AdjustForOrientation() 공개 메소드

Adjust the memento values to apply an orientation.
public AdjustForOrientation ( VisualOrientation orientation, Rectangle displayRect ) : void
orientation VisualOrientation Visual orientation of contents.
displayRect System.Drawing.Rectangle Rectangle that contains the contents.
리턴 void

Dispose() 공개 메소드

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

StandardContentMemento() 공개 메소드

Inititialize a new instance of the StandardContentMemento class.
public StandardContentMemento ( ) : System
리턴 System

프로퍼티 상세

DrawImage 공개적으로 프로퍼티

public bool DrawImage
리턴 bool

DrawLongText 공개적으로 프로퍼티

public bool DrawLongText
리턴 bool

DrawShortText 공개적으로 프로퍼티

public bool DrawShortText
리턴 bool

Image 공개적으로 프로퍼티

public Image Image
리턴 Image

ImageRect 공개적으로 프로퍼티

public Rectangle,System.Drawing ImageRect
리턴 System.Drawing.Rectangle

ImageTransparentColor 공개적으로 프로퍼티

public Color ImageTransparentColor
리턴 Color

LongTextHint 공개적으로 프로퍼티

public TextRenderingHint LongTextHint
리턴 TextRenderingHint

LongTextMemento 공개적으로 프로퍼티

public AccurateTextMemento,ComponentFactory.Krypton.Toolkit LongTextMemento
리턴 AccurateTextMemento

LongTextRect 공개적으로 프로퍼티

public Rectangle,System.Drawing LongTextRect
리턴 System.Drawing.Rectangle

LongTextTrimming 공개적으로 프로퍼티

public PaletteTextTrim LongTextTrimming
리턴 PaletteTextTrim

Orientation 공개적으로 프로퍼티

public VisualOrientation Orientation
리턴 VisualOrientation

ShortTextHint 공개적으로 프로퍼티

public TextRenderingHint ShortTextHint
리턴 TextRenderingHint

ShortTextMemento 공개적으로 프로퍼티

public AccurateTextMemento,ComponentFactory.Krypton.Toolkit ShortTextMemento
리턴 AccurateTextMemento

ShortTextRect 공개적으로 프로퍼티

public Rectangle,System.Drawing ShortTextRect
리턴 System.Drawing.Rectangle

ShortTextTrimming 공개적으로 프로퍼티

public PaletteTextTrim ShortTextTrimming
리턴 PaletteTextTrim