TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchProcessor Class / SetDpi Method
Specifies the horizontal DPI of the touch processor.
Specifies the vertical DPI of the touch processor.

In This Topic
    SetDpi Method (TouchProcessor)
    In This Topic
    Sets the dots per inch (DPI) for the touch processor.
    Syntax
    'Declaration
     
    
    Public Sub SetDpi( _
       ByVal dpiX As Single, _
       ByVal dpiY As Single _
    ) 
    public void SetDpi( 
       float dpiX,
       float dpiY
    )

    Parameters

    dpiX
    Specifies the horizontal DPI of the touch processor.
    dpiY
    Specifies the vertical DPI of the touch processor.
    See Also