ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Single, _
       ByVal dpiY As System.Single _
    ) As Point2F
    public static Point2F ToDips( 
       Point2F pt,
       System.float dpiX,
       System.float dpiY
    )

    Parameters

    pt
    dpiX
    dpiY
    See Also