AbstractPoint Constructor (Orientation, Orientation, Point)

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,
	Point realPoint
)

Parameters

naturalOrientation
Type: System.Windows.Controls::Orientation

The natural orientation.

actualOrientation
Type: System.Windows.Controls::Orientation

The actual orientation.

realPoint
Type: System.Windows::Point

The real point.

Return to top
Show: