Compartilhar via


AbstractPoint Constructors

Definition

Overloads

AbstractPoint(Orientation, Orientation)

Initializes a new instance of AbstractPoint.

AbstractPoint(Orientation, Orientation, Point)

Initializes a new instance of AbstractPoint.

AbstractPoint(Orientation, Orientation, Double, Double)

Initializes a new instance of AbstractPoint.

AbstractPoint(Orientation, Orientation)

Initializes a new instance of AbstractPoint.

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)

Parameters

naturalOrientation
Orientation

The natural orientation.

actualOrientation
Orientation

The actual orientation.

Applies to

AbstractPoint(Orientation, Orientation, Point)

Initializes a new instance of AbstractPoint.

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)

Parameters

naturalOrientation
Orientation

The natural orientation.

actualOrientation
Orientation

The actual orientation.

realPoint
Point

The real point.

Applies to

AbstractPoint(Orientation, Orientation, Double, Double)

Initializes a new instance of AbstractPoint.

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)

Parameters

naturalOrientation
Orientation

The natural orientation.

actualOrientation
Orientation

The actual orientation.

realX
Double

The real X.

realY
Double

The real Y.

Applies to