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

In This Topic
    RectF Constructor(Single,Single)
    In This Topic
    Initializes a new instance of the RectF struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    )
    public RectF( 
       System.float width,
       System.float height
    )

    Parameters

    width
    height
    See Also