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

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

    Parameters

    pt
    dpiX
    dpiY
    See Also