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

In This Topic
    ToDips(Single,Single) Method
    In This Topic
    Converts a point from pixels to DIPs.
    Syntax
    'Declaration
     
    Public Overloads Sub ToDips( _
       ByVal dpiX As Single, _
       ByVal dpiY As Single _
    ) 
    public void ToDips( 
       float dpiX,
       float dpiY
    )

    Parameters

    dpiX
    dpiY
    See Also