WindowDpiAwarenessException Class

Definition

public ref class WindowDpiAwarenessException : Microsoft::VisualStudio::Utilities::Win32DpiAwarenessException
public class WindowDpiAwarenessException : Microsoft.VisualStudio.Utilities.Win32DpiAwarenessException
type WindowDpiAwarenessException = class
    inherit Win32DpiAwarenessException
Public Class WindowDpiAwarenessException
Inherits Win32DpiAwarenessException
Inheritance

Constructors

WindowDpiAwarenessException(IntPtr, Int32, Double, String)

Properties

DpiMethodResult

The HRESULT returned by the Win32 DPI-awareness API.

(Inherited from Win32DpiAwarenessException)
InvalidDpi (Inherited from InvalidDpiException)
WindowHandle

The HWND for the window that was passed to the Win32 DPI-awareness API

Applies to