C# Class Ensage.Common.Menu.Draw.ResizableItem

The resizable item.
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Protected Properties

Свойство Type Description
DefaultResizePercentage float

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Resize ( ) : void

The resize.

Resize ( float percentage ) : void

The resize.

ResizeBack ( ) : void

The resize back.

Méthodes protégées

Méthode Description
ResizableItem ( float defaultResizePercentage ) : Ensage.Common.Menu.Transitions

Initializes a new instance of the ResizableItem class.

Method Details

ResizableItem() protected méthode

Initializes a new instance of the ResizableItem class.
protected ResizableItem ( float defaultResizePercentage ) : Ensage.Common.Menu.Transitions
defaultResizePercentage float /// The default resize percentage. ///
Résultat Ensage.Common.Menu.Transitions

Resize() public méthode

The resize.
public Resize ( ) : void
Résultat void

Resize() public méthode

The resize.
public Resize ( float percentage ) : void
percentage float /// The percentage. ///
Résultat void

ResizeBack() public méthode

The resize back.
public ResizeBack ( ) : void
Résultat void

Property Details

DefaultResizePercentage protected_oe property

The default resize percentage.
protected float DefaultResizePercentage
Résultat float