ScaleToDPI(Size,Int32) Method
In This Topic
Scales a value to custom display device dpi.
Syntax
'Declaration
Protected Overloads Function ScaleToDPI( _
ByVal As Size, _
ByVal As Integer _
) As Size
protected Size ScaleToDPI(
Size ,
int
)
Parameters
- value
- The value for scaling.
- dpi
- The dpi of display device.
Return Value
The scaled value.
See Also