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

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

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.

See Also

Reference