Creates and initializes a new rectangle specified by a coordinate pair, a width, and a height.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub New ( _ x As Single, _ y As Single, _ width As Single, _ height As Single _ )
Type: System.Single
The x-coordinate of the upper-left corner of the rectangle to create.Type: System.Single
The y-coordinate of the upper-left corner of the rectangle to create.Type: System.Single
The width of the rectangle to create.Type: System.Single
The height of the rectangle to create.