ScaleToDeviceDPI(Size) Method
In This Topic
Scales a value uses the DeviceDpi value if this element has a
HostControl.
Syntax
'Declaration
Protected Overloads Function ScaleToDeviceDPI( _
ByVal As Size _
) As Size
protected Size ScaleToDeviceDPI(
Size
)
Parameters
- value
- The value for scaling.
Return Value
The scaled value.
See Also