C1.Win.4.8 Assembly / C1.Win.Util Namespace / DpiHelper Class / ScaleToSystemDPI Method / ScaleToSystemDPI(Int32) Method
The value for scaling.

In This Topic
ScaleToSystemDPI(Int32) Method
In This Topic
Scales a int value to the system dpi.
Syntax
'Declaration
 
Public Overloads Shared Function ScaleToSystemDPI( _
   ByVal value As Integer _
) As Integer
 

Parameters

value
The value for scaling.

Return Value

The scaled value.
See Also