DpiHelper.SetDeviceLeft(Window, Double) 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 void SetDeviceLeft(System::Windows::Window ^ window, double deviceLeft);
public static void SetDeviceLeft (this System.Windows.Window window, double deviceLeft);
[System.Obsolete("Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.")]
public static void SetDeviceLeft (this System.Windows.Window window, double deviceLeft);
static member SetDeviceLeft : System.Windows.Window * double -> unit
[<System.Obsolete("Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.")>]
static member SetDeviceLeft : System.Windows.Window * double -> unit
<Extension()>
Public Sub SetDeviceLeft (window As Window, deviceLeft As Double)
Parametreler
- window
- Window
Değiştirilecek pencere
- deviceLeft
- Double
Cihaz birimlerinde yeni sol koordinat
- Öznitelikler