C# Class WinRTXamlToolkit.Controls.OrientedSize

Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

OrientedSize() public méthode

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.
Résultat System.Runtime.InteropServices