C# Class Sharpex2D.Surface.SurfaceLayout

Mostra file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
SurfaceLayout ( )

Initializes a new SurfaceLayout class.

SurfaceLayout ( bool canMinimize, bool canMaximize, bool canClose )

Initializes a new SurfaceLayout class.

Method Details

SurfaceLayout() public method

Initializes a new SurfaceLayout class.
public SurfaceLayout ( )

SurfaceLayout() public method

Initializes a new SurfaceLayout class.
public SurfaceLayout ( bool canMinimize, bool canMaximize, bool canClose )
canMinimize bool The State.
canMaximize bool The State.
canClose bool The State.