C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / RescaleConstantsForDpi Method
The DPI value prior to the change.
The DPI value after the change.

In This Topic
RescaleConstantsForDpi Method (PathIconElement)
In This Topic
Provides constants for rescaling the control when a DPI change occurs.
Syntax
'Declaration
 
Protected Overridable Sub RescaleConstantsForDpi( _
   ByVal deviceDpiOld As Integer, _
   ByVal deviceDpiNew As Integer _
) 
 

Parameters

deviceDpiOld
The DPI value prior to the change.
deviceDpiNew
The DPI value after the change.
See Also