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

IRubberband Interface

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

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

Syntax

Visual Basic
Public Interface IRubberband _
	Implements IUserInputController
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