ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2D Structure / ToDips Method / ToDips(Point2D,Single,Single) Method

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

    Parameters

    pt
    dpiX
    dpiY
    See Also