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

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

    Parameters

    rc
    dpiX
    dpiY
    See Also