Accusoft ImagXpress 12
RubberBand Method
See Also  Send comments on this topic.
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.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : RubberBand Method

Glossary Item Box

Description

Turns rubber-banding on and off.

Syntax

Visual Basic
Public Sub RubberBand( _
   ByVal bRubberband As Boolean, _
   ByVal x As Long, _
   ByVal y As Long, _
   ByVal bNegate As Boolean _
) 

Parameters

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.

Remarks

See Also

©2013. Accusoft Corporation. All Rights Reserved.