ComponentOne Bitmap for WPF
C1.WPF.DX.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 Single, _
       ByVal height As Single _
    )
    public RectF( 
       float width,
       float height
    )

    Parameters

    width
    height
    See Also