AbstractSize Oluşturucular

Tanım

Aşırı Yüklemeler

AbstractSize(Orientation, Orientation)

Soyut CTSize yeni bir örneğini başlatır.

AbstractSize(Orientation, Orientation, Size)

Soyut CTSize yeni bir örneğini başlatır.

AbstractSize(Orientation, Orientation, Double, Double)

Soyut CTSize yeni bir örneğini başlatır.

AbstractSize(Orientation, Orientation)

Soyut CTSize yeni bir örneğini başlatır.

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)

Parametreler

naturalOrientation
Orientation

Doğal yönlendirme.

actualOrientation
Orientation

Gerçek yön.

Şunlara uygulanır

AbstractSize(Orientation, Orientation, Size)

Soyut CTSize yeni bir örneğini başlatır.

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)

Parametreler

naturalOrientation
Orientation

Doğal yönlendirme.

actualOrientation
Orientation

Gerçek yön.

realSize
Size

Gerçek boyut.

Şunlara uygulanır

AbstractSize(Orientation, Orientation, Double, Double)

Soyut CTSize yeni bir örneğini başlatır.

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)

Parametreler

naturalOrientation
Orientation

Doğal yönlendirme.

actualOrientation
Orientation

Gerçek yön.

realWidth
Double

Gerçek genişlik.

realHeight
Double

Gerçek yükseklik.

Şunlara uygulanır