InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Util Namespace / DpiHelper Class / ScaleToDPI Method / ScaleToDPI(Int32,Int32) Method

In This Topic
    ScaleToDPI(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function ScaleToDPI( _
       ByVal value As Integer, _
       ByVal dpi As Integer _
    ) As Integer
    public static int ScaleToDPI( 
       int value,
       int dpi
    )

    Parameters

    value
    dpi
    See Also