AbstractPoint Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| AbstractPoint(Orientation, Orientation) |
Инициализирует новый экземпляр Абстрактпоинт. |
| AbstractPoint(Orientation, Orientation, Point) |
Инициализирует новый экземпляр Абстрактпоинт. |
| AbstractPoint(Orientation, Orientation, Double, Double) |
Инициализирует новый экземпляр Абстрактпоинт. |
AbstractPoint(Orientation, Orientation)
Инициализирует новый экземпляр Абстрактпоинт.
public:
AbstractPoint(System::Windows::Controls::Orientation naturalOrientation, System::Windows::Controls::Orientation actualOrientation);
public AbstractPoint (System.Windows.Controls.Orientation naturalOrientation, System.Windows.Controls.Orientation actualOrientation);
new Microsoft.VisualStudio.PlatformUI.AbstractPoint : System.Windows.Controls.Orientation * System.Windows.Controls.Orientation -> Microsoft.VisualStudio.PlatformUI.AbstractPoint
Public Sub New (naturalOrientation As Orientation, actualOrientation As Orientation)
Параметры
- naturalOrientation
- Orientation
Естественная ориентация.
- actualOrientation
- Orientation
Фактическая ориентация.
Применяется к
AbstractPoint(Orientation, Orientation, Point)
Инициализирует новый экземпляр Абстрактпоинт.
public:
AbstractPoint(System::Windows::Controls::Orientation naturalOrientation, System::Windows::Controls::Orientation actualOrientation, System::Windows::Point realPoint);
public AbstractPoint (System.Windows.Controls.Orientation naturalOrientation, System.Windows.Controls.Orientation actualOrientation, System.Windows.Point realPoint);
new Microsoft.VisualStudio.PlatformUI.AbstractPoint : System.Windows.Controls.Orientation * System.Windows.Controls.Orientation * System.Windows.Point -> Microsoft.VisualStudio.PlatformUI.AbstractPoint
Public Sub New (naturalOrientation As Orientation, actualOrientation As Orientation, realPoint As Point)
Параметры
- naturalOrientation
- Orientation
Естественная ориентация.
- actualOrientation
- Orientation
Фактическая ориентация.
- realPoint
- Point
Реальная точка.
Применяется к
AbstractPoint(Orientation, Orientation, Double, Double)
Инициализирует новый экземпляр Абстрактпоинт.
public:
AbstractPoint(System::Windows::Controls::Orientation naturalOrientation, System::Windows::Controls::Orientation actualOrientation, double realX, double realY);
public AbstractPoint (System.Windows.Controls.Orientation naturalOrientation, System.Windows.Controls.Orientation actualOrientation, double realX, double realY);
new Microsoft.VisualStudio.PlatformUI.AbstractPoint : System.Windows.Controls.Orientation * System.Windows.Controls.Orientation * double * double -> Microsoft.VisualStudio.PlatformUI.AbstractPoint
Public Sub New (naturalOrientation As Orientation, actualOrientation As Orientation, realX As Double, realY As Double)
Параметры
- naturalOrientation
- Orientation
Естественная ориентация.
- actualOrientation
- Orientation
Фактическая ориентация.
- realX
- Double
Реальный X.
- realY
- Double
Реальная Y.