Aurigma Graphics Mill 5.5 for .NET
EllipseRubberband Class
This class represents an ellipse rubberband.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public NotInheritable Class EllipseRubberband _ Inherits RectangleRubberband
C#
public sealed class EllipseRubberband : RectangleRubberband
Remarks
This rubberband control is inherited from the RectangleRubberband and works absolutely in the same way with the single exception: it draws an ellipse inside the rectangle.
Inheritance Hierarchy
System..::.Object
L
System..::.MarshalByRefObject
L
System.ComponentModel..::.Component
L
Aurigma.GraphicsMill.WinControls..::.UserInputController
L
Aurigma.GraphicsMill.WinControls..::.RectangleController
L
Aurigma.GraphicsMill.WinControls..::.RectangleRubberband
L
Aurigma.GraphicsMill.WinControls..::.EllipseRubberband
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.