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

RectangleVObjectCreateDesigner Class

This class represents a designer which creates RectangleVObject.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Class RectangleVObjectCreateDesigner _
	Inherits LineVObjectCreateDesigner
C#
public class RectangleVObjectCreateDesigner : LineVObjectCreateDesigner

Remarks

This class is used when the user draws a rectangle. It lets the user define the region that will be occupied by the rectangle.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

Object Model






See Also

Reference