A CanvasElement widget to hand-draw a selection
Properties
Delay in ms between two points of the RubberBand when drawing
Methods
void
finish
(
)
End the drawing mode
void
hide
(
)
Hide the RubberBand
void
layerMouseDown
(
)
Check if clicked in the layer and start the drawing mode
void
nextPoint
(
)
Add a point to the RubberBand
void
pointIsInside
(
)
Check if the given (x,y) is within the RubberBand path
void
scroll
(
)
Scroll the associated WireIt.Layer
void
show
(
)
Show the RubberBand
void
start
(
)
Start the drawing mode