SetDpi Method (TouchProcessor)
In This Topic
Sets the dots per inch (DPI) for the touch processor.
Syntax
'Declaration
Public Sub SetDpi( _
ByVal As System.Single, _
ByVal As System.Single _
)
public void SetDpi(
System.float ,
System.float
)
Parameters
- dpiX
- Specifies the horizontal DPI of the touch processor.
- dpiY
- Specifies the vertical DPI of the touch processor.
See Also