AbstractSize Constructor (Orientation, Orientation, Double, Double)

Visual Studio 2015
 

Initializes a new instance of AbstractSize.

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

public:
AbstractSize(
	Orientation naturalOrientation,
	Orientation actualOrientation,
	double realWidth,
	double realHeight
)

Parameters

naturalOrientation
Type: System.Windows.Controls::Orientation

The natural orientation.

actualOrientation
Type: System.Windows.Controls::Orientation

The actual orientation.

realWidth
Type: System::Double

The real width.

realHeight
Type: System::Double

The real height.

Return to top
Show: