ComponentOne Bitmap for UWP
GetDesktopDpi Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Factory Class : GetDesktopDpi Method
void ID2D1Factory::GetDesktopDpi([Out] float* dpiX,[Out] float* dpiY)
Syntax
'Declaration
 
Public Sub GetDesktopDpi( _
   ByRef dpiX As System.Single, _
   ByRef dpiY As System.Single _
) 
public void GetDesktopDpi( 
   out System.float dpiX,
   out System.float dpiY
)

Parameters

dpiX
dpiY
See Also

Reference

Factory Class
Factory Members