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

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

    Parameters

    rc
    See Also