AbstractSize Constructor (Orientation, Orientation, Size)

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,
	Size realSize
)

Parameters

naturalOrientation
Type: System.Windows.Controls::Orientation

The natural orientation.

actualOrientation
Type: System.Windows.Controls::Orientation

The actual orientation.

realSize
Type: System.Windows::Size

The real size.

Return to top
Show: