C# Class ComponentFactory.Krypton.Toolkit.RenderStandard.StandardContentMemento

Internal help class used to store content rendering details.
Inheritance: IDisposable
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
SwapRectangleSizes ( Rectangle &rect ) : void

Method Details

AdjustForOrientation() public méthode

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

Dispose() public méthode

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

StandardContentMemento() public méthode

Inititialize a new instance of the StandardContentMemento class.
public StandardContentMemento ( ) : System
Résultat System

Property Details

DrawImage public_oe property

public bool DrawImage
Résultat bool

DrawLongText public_oe property

public bool DrawLongText
Résultat bool

DrawShortText public_oe property

public bool DrawShortText
Résultat bool

Image public_oe property

public Image Image
Résultat Image

ImageRect public_oe property

public Rectangle,System.Drawing ImageRect
Résultat System.Drawing.Rectangle

ImageTransparentColor public_oe property

public Color ImageTransparentColor
Résultat Color

LongTextHint public_oe property

public TextRenderingHint LongTextHint
Résultat TextRenderingHint

LongTextMemento public_oe property

public AccurateTextMemento,ComponentFactory.Krypton.Toolkit LongTextMemento
Résultat AccurateTextMemento

LongTextRect public_oe property

public Rectangle,System.Drawing LongTextRect
Résultat System.Drawing.Rectangle

LongTextTrimming public_oe property

public PaletteTextTrim LongTextTrimming
Résultat PaletteTextTrim

Orientation public_oe property

public VisualOrientation Orientation
Résultat VisualOrientation

ShortTextHint public_oe property

public TextRenderingHint ShortTextHint
Résultat TextRenderingHint

ShortTextMemento public_oe property

public AccurateTextMemento,ComponentFactory.Krypton.Toolkit ShortTextMemento
Résultat AccurateTextMemento

ShortTextRect public_oe property

public Rectangle,System.Drawing ShortTextRect
Résultat System.Drawing.Rectangle

ShortTextTrimming public_oe property

public PaletteTextTrim ShortTextTrimming
Résultat PaletteTextTrim