Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.PathVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.LineVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.RectangleVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.EllipseVObjectCreateDesigner
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.





