MindFusion.Wpf Pack Programmer's Guide
Rect Constructor (Double, Double, Double, Double)
See Also
 





Initializes a new instance of the Rect class.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public Rect (
    double x,
    double y,
    double width,
    double height
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double, _
    width As Double, _
    height As Double _
)

 Parameters

x

The x-coordinate of the new rectangle.

y

The y-coordinate of the new rectangle.

width

The width of the new rectangle.

height

The height of the new rectangle.

 See Also

Rect Constructor Overload List
Rect Class
MindFusion.Vsx Namespace