[]
        
(Showing Draft Content)

C1.Framework.Element.RescaleConstantsForDpi

RescaleConstantsForDpi Method

RescaleConstantsForDpi(int, int)

Provides constants for rescaling the Element when a DPI change occurs.

Declaration
protected virtual void RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew)
Parameters
Type Name Description
int deviceDpiOld

The DPI value prior to the change.

int deviceDpiNew

The DPI value after the change.