AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : RubberBand Method |
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.
Visual Basic |
---|
Public Sub RubberBand( _ ByVal bRubberband As Boolean, _ ByVal x As Long, _ ByVal y As Long, _ ByVal bNegate As Boolean _ ) |
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.