Table of Contents

Method UpdateRubberBand

Namespace
Bonsai.Design.Visualizers
Assembly
Bonsai.Design.Visualizers.dll

UpdateRubberBand(Rectangle, Rectangle)

Updates the state of the rubber band selection overlay.

protected void UpdateRubberBand(Rectangle bandRect, Rectangle invalidateRect)

Parameters

bandRect Rectangle

The location and size of the rubber band selection.

invalidateRect Rectangle

The region of the control that should be invalidated following the rubber band update operation. See the Invalidate(Rectangle) method.