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

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

    Parameters

    dpiX
    dpiY
    See Also