You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

IRubberband Interface

This interface is implemented by all the rubberband controls which can be attached to the BaseViewer through the Rubberband property.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

C#
public interface IRubberband : IUserInputController

Remarks

This interface has no own members. It inherits all the members from the base IUserInputController interface. In fact it is used only to mark up the control which can be used as a rubberband.

See Also

Reference