C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / GetDpi Method

In This Topic
GetDpi Method (RenderTarget)
In This Topic
void ID2D1RenderTarget::GetDpi([Out] float* dpiX,[Out] float* dpiY)
Syntax
'Declaration
 
Public Sub GetDpi( _
   ByRef dpiX As System.Single, _
   ByRef dpiY As System.Single _
) 
 

Parameters

dpiX
dpiY
See Also