Turns rubber-banding on and off.
Visual Basic |
---|
Public Sub RubberBand( _ ByVal bRubberband As Boolean, _ ByVal x As Long, _ ByVal y As Long, _ ByVal bNegate As Boolean _ ) |
- bRubberband
True a rubber band box will appear starting at the position defined by the x and y parameters. The size of the rubber band is determined by the RubberbandUpdate method.
False the current rubber band will be deleted.
- x
- The x-coordinate of the starting point of the rubber band.
- y
- The y-coordinate of the starting point of the rubber band.
- bNegate
- If True, the rubber band area displays as a negative of the original.