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