SetDpi Method

Summary

Sets the dots per inch (DPI) of the surface.

Syntax
C#
VB
C++
public void SetDpi( 
   double dpiX, 
   double dpiY 
) 
  
Public Sub SetDpi( _ 
   ByVal dpiX As Double, _ 
   ByVal dpiY As Double _ 
)  
public: 
void SetDpi(  
   double dpiX, 
   double dpiY 
)  

Parameters

dpiX
A value greater than or equal to zero that specifies the horizontal DPI of the surface.

dpiY
A value greater than or equal to zero that specifies the vertical DPI of the surface.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly