Share via


AbstractSize Constructors

Definition

Overloads

AbstractSize(Orientation, Orientation)

Initializes a new instance of AbstractSize.

AbstractSize(Orientation, Orientation, Size)

Initializes a new instance of AbstractSize.

AbstractSize(Orientation, Orientation, Double, Double)

Initializes a new instance of AbstractSize.

AbstractSize(Orientation, Orientation)

Initializes a new instance of AbstractSize.

public:
 AbstractSize(System::Windows::Controls::Orientation naturalOrientation, System::Windows::Controls::Orientation actualOrientation);
public AbstractSize (System.Windows.Controls.Orientation naturalOrientation, System.Windows.Controls.Orientation actualOrientation);
new Microsoft.VisualStudio.PlatformUI.AbstractSize : System.Windows.Controls.Orientation * System.Windows.Controls.Orientation -> Microsoft.VisualStudio.PlatformUI.AbstractSize
Public Sub New (naturalOrientation As Orientation, actualOrientation As Orientation)

Parameters

naturalOrientation
Orientation

The natural orientation.

actualOrientation
Orientation

The actual orientation.

Applies to

AbstractSize(Orientation, Orientation, Size)

Initializes a new instance of AbstractSize.

public:
 AbstractSize(System::Windows::Controls::Orientation naturalOrientation, System::Windows::Controls::Orientation actualOrientation, System::Windows::Size realSize);
public AbstractSize (System.Windows.Controls.Orientation naturalOrientation, System.Windows.Controls.Orientation actualOrientation, System.Windows.Size realSize);
new Microsoft.VisualStudio.PlatformUI.AbstractSize : System.Windows.Controls.Orientation * System.Windows.Controls.Orientation * System.Windows.Size -> Microsoft.VisualStudio.PlatformUI.AbstractSize
Public Sub New (naturalOrientation As Orientation, actualOrientation As Orientation, realSize As Size)

Parameters

naturalOrientation
Orientation

The natural orientation.

actualOrientation
Orientation

The actual orientation.

realSize
Size

The real size.

Applies to

AbstractSize(Orientation, Orientation, Double, Double)

Initializes a new instance of AbstractSize.

public:
 AbstractSize(System::Windows::Controls::Orientation naturalOrientation, System::Windows::Controls::Orientation actualOrientation, double realWidth, double realHeight);
public AbstractSize (System.Windows.Controls.Orientation naturalOrientation, System.Windows.Controls.Orientation actualOrientation, double realWidth, double realHeight);
new Microsoft.VisualStudio.PlatformUI.AbstractSize : System.Windows.Controls.Orientation * System.Windows.Controls.Orientation * double * double -> Microsoft.VisualStudio.PlatformUI.AbstractSize
Public Sub New (naturalOrientation As Orientation, actualOrientation As Orientation, realWidth As Double, realHeight As Double)

Parameters

naturalOrientation
Orientation

The natural orientation.

actualOrientation
Orientation

The actual orientation.

realWidth
Double

The real width.

realHeight
Double

The real height.

Applies to