ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / SetDpi Method

In This Topic
    SetDpi Method (RenderTarget)
    In This Topic
    void ID2D1RenderTarget::SetDpi([In] float dpiX,[In] float dpiY)
    Syntax
    'Declaration
     
    Public Sub SetDpi( _
       ByVal dpiX As System.Single, _
       ByVal dpiY As System.Single _
    ) 
    public void SetDpi( 
       System.float dpiX,
       System.float dpiY
    )

    Parameters

    dpiX
    dpiY
    See Also