AbstractPoint Constructor (Orientation, Orientation, Double, Double)

Visual Studio 2015
 

Initializes a new instance of AbstractPoint.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
AbstractPoint(
	Orientation naturalOrientation,
	Orientation actualOrientation,
	double realX,
	double realY
)

Parameters

naturalOrientation
Type: System.Windows.Controls::Orientation

The natural orientation.

actualOrientation
Type: System.Windows.Controls::Orientation

The actual orientation.

realX
Type: System::Double

The real X.

realY
Type: System::Double

The real Y.

Return to top
Show: