ScaleToSystemDPI(Int32) Method
In This Topic
Scales a int value to the system dpi.
Syntax
'Declaration
Public Overloads Shared Function ScaleToSystemDPI( _
ByVal As Integer _
) As Integer
public static int ScaleToSystemDPI(
int
)
Parameters
- value
- The value for scaling.
Return Value
The scaled value.
See Also