C# Class WinRTXamlToolkit.Controls.OrientedSize

ファイルを表示 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
OrientedSize ( Orientation orientation ) : System.Runtime.InteropServices

Initializes a new OrientedSize structure.

OrientedSize ( Orientation orientation, double width, double height ) : System.Runtime.InteropServices

Initializes a new OrientedSize structure.

Method Details

OrientedSize() public method

Initializes a new OrientedSize structure.
public OrientedSize ( Orientation orientation ) : System.Runtime.InteropServices
orientation Orientation Orientation of the structure.
return System.Runtime.InteropServices

OrientedSize() public method

Initializes a new OrientedSize structure.
public OrientedSize ( Orientation orientation, double width, double height ) : System.Runtime.InteropServices
orientation Orientation Orientation of the structure.
width double Un-oriented width of the structure.
height double Un-oriented height of the structure.
return System.Runtime.InteropServices