AbstractSize Constructor (Orientation, Orientation, Double, Double)
Visual Studio 2015
Initializes a new instance of AbstractSize.
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.
Show: