Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / ScaleToDeviceDPI Method / ScaleToDeviceDPI(Int32) Method
The value for scaling.

In This Topic
    ScaleToDeviceDPI(Int32) Method
    In This Topic
    Scales a value uses the DeviceDpi value if this element has a HostControl.
    Syntax
    'Declaration
     
    
    Protected Overloads Function ScaleToDeviceDPI( _
       ByVal value As Integer _
    ) As Integer
    protected int ScaleToDeviceDPI( 
       int value
    )

    Parameters

    value
    The value for scaling.

    Return Value

    The scaled value.
    See Also