Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

SetDpi Method






A value greater than or equal to zero that specifies the horizontal DPI of the surface.
A value greater than or equal to zero that specifies the vertical DPI of the surface.
Sets the dots per inch (DPI) of the surface.
Syntax
public void SetDpi( 
   double dpiX,
   double dpiY
)
'Declaration
 
Public Sub SetDpi( _
   ByVal dpiX As Double, _
   ByVal dpiY As Double _
) 
'Usage
 
Dim instance As D2DSurface
Dim dpiX As Double
Dim dpiY As Double
 
instance.SetDpi(dpiX, dpiY)

            

            
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

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file