DpiHelper.GetDeviceActualSize(FrameworkElement) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.
Yalnızca Microsoft dahili kullanımı.
public:
[System::Runtime::CompilerServices::Extension]
static System::Windows::Size GetDeviceActualSize(System::Windows::FrameworkElement ^ element);
public static System.Windows.Size GetDeviceActualSize (this System.Windows.FrameworkElement element);
[System.Obsolete("Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.")]
public static System.Windows.Size GetDeviceActualSize (this System.Windows.FrameworkElement element);
static member GetDeviceActualSize : System.Windows.FrameworkElement -> System.Windows.Size
[<System.Obsolete("Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.")>]
static member GetDeviceActualSize : System.Windows.FrameworkElement -> System.Windows.Size
<Extension()>
Public Function GetDeviceActualSize (element As FrameworkElement) As Size
Parametreler
- element
- FrameworkElement
İncelenecek FrameworkElement
Döndürülenler
Cihaz birimlerindeki gerçek boyut
- Öznitelikler