ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / ToDips Method / ToDips(RectF,Single,Single) Method

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

    Parameters

    rc
    dpiX
    dpiY
    See Also