This documentation is for the old version. Go to the latest Graphics Mill docs

RectangleVObject Constructor (RectangleF)

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)

Syntax

Visual Basic
Public Sub New ( _
	rectangle As RectangleF _
)
C#
public RectangleVObject(
	RectangleF rectangle
)

Parameters

rectangle

Type: System.Drawing.RectangleF

The RectangleF structure that represents the rectangle to create.

See Also

Reference