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