ComponentOne Bitmap for WPF
GetDpi Method (RenderTarget)

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > RenderTarget Class : GetDpi Method
void ID2D1RenderTarget::GetDpi([Out] float* dpiX,[Out] float* dpiY)
Syntax
'Declaration
 
Public Sub GetDpi( _
   ByRef dpiX As System.Single, _
   ByRef dpiY As System.Single _
) 
public void GetDpi( 
   out System.float dpiX,
   out System.float dpiY
)

Parameters

dpiX
dpiY
See Also

Reference

RenderTarget Class
RenderTarget Members