Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Point2F Structure / FromDips Method / FromDips(Point2F,Single,Single) Method

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

    Parameters

    pt
    dpiX
    dpiY
    See Also