C# Класс WinRTXamlToolkit.Controls.OrientedSize

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

OrientedSize() публичный Метод

Initializes a new OrientedSize structure.
public OrientedSize ( Orientation orientation ) : System.Runtime.InteropServices
orientation Orientation Orientation of the structure.
Результат System.Runtime.InteropServices

OrientedSize() публичный Метод

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.
Результат System.Runtime.InteropServices