WindowDpiAwarenessException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
WindowDpiAwarenessException
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 |