This is a base class for all the navigators or rubberbands which should display a rectangle.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public MustInherit Class RectangleController _ Inherits UserInputController
public abstract class RectangleController : UserInputController
Currently this class has two descendants: the navigator ZoomRectangleNavigator and the rubberband RectangleRubberband.
This class implements the functionality for displaying a rectangle rubberband. You can change the rectangle appearance with OutlineColor1, OutlineColor2, OutlineWidth, and OutlineStyle properties.