Aurigma Graphics Mill 5.5 for .NET
EllipseVObjectCreateDesigner Class
This class represents a designer which creates EllipseVObject.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public Class EllipseVObjectCreateDesigner _ Inherits RectangleVObjectCreateDesigner
C#
public class EllipseVObjectCreateDesigner : RectangleVObjectCreateDesigner
Remarks
Designers that create v-objects, such as this one, are used to determine the location and space occupied by a new v-object and to define initial settings of that v-object.
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.





