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

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

    Parameters

    value
    dpi
    See Also