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

The resizable item.
Mostra file Open project: EnsageSharp/Ensage.Common

Protected Properties

Property Type Description
DefaultResizePercentage float

Private Properties

Property Type Description

Public Methods

Method Description
Resize ( ) : void

The resize.

Resize ( float percentage ) : void

The resize.

ResizeBack ( ) : void

The resize back.

Protected Methods

Method Description
ResizableItem ( float defaultResizePercentage ) : Ensage.Common.Menu.Transitions

Initializes a new instance of the ResizableItem class.

Method Details

ResizableItem() protected method

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

Resize() public method

The resize.
public Resize ( ) : void
return void

Resize() public method

The resize.
public Resize ( float percentage ) : void
percentage float /// The percentage. ///
return void

ResizeBack() public method

The resize back.
public ResizeBack ( ) : void
return void

Property Details

DefaultResizePercentage protected_oe property

The default resize percentage.
protected float DefaultResizePercentage
return float