ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / RectF Constructor / RectF Constructor(Rect)

In This Topic
    RectF Constructor(Rect)
    In This Topic
    Initializes a new instance of the RectF struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rc As Rect _
    )
    public RectF( 
       Rect rc
    )

    Parameters

    rc
    See Also