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

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

    Parameters

    x
    y
    width
    height
    See Also