[]
Scales a int value to the system dpi.
public static int ScaleToSystemDPI(int value)
Type | Name | Description |
---|---|---|
int | value | The value for scaling. |
Type | Description |
---|---|
int | The scaled value. |
Scales a Size value to the system dpi.
public static Size ScaleToSystemDPI(Size value)
Type | Name | Description |
---|---|---|
Size | value | The value for scaling. |
Type | Description |
---|---|
Size | The scaled value. |