Creates and initializes a new rectangle using the specified RectangleF structure.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub New ( _ rectangle As RectangleF _ )
public RectangleVObject( RectangleF rectangle )
Type: System.Drawing.RectangleF
The RectangleF structure that represents the rectangle to create.