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.

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.