Initializes a new instance of the Rect class.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public Rect ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The x-coordinate of the new rectangle.
The y-coordinate of the new rectangle.
The width of the new rectangle.
The height of the new rectangle.
See Also