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
bandRectRectangleThe location and size of the rubber band selection.
invalidateRectRectangleThe region of the control that should be invalidated following the rubber band update operation. See the Invalidate(Rectangle) method.