ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectD Structure / ToDips Method / ToDips(RectD,Single,Single) Method

In This Topic
    ToDips(RectD,Single,Single) Method
    In This Topic
    Converts a rectangle from pixels to DIPs.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToDips( _
       ByVal rc As RectD, _
       ByVal dpiX As System.Single, _
       ByVal dpiY As System.Single _
    ) As RectD
    public static RectD ToDips( 
       RectD rc,
       System.float dpiX,
       System.float dpiY
    )

    Parameters

    rc
    dpiX
    dpiY
    See Also