setStitchOverlap method
Use this method to set the overlap between sub-images when a scrolled window is stitched.
Syntax
let configval = config.setStitchOverlap(stitchOverlap);
config.stitchOverlap = configval;
configval = config.stitchOverlap;
Note that this feature is available as both a method and a property.
Parameters
- stitchOverlap
- Type:number
- The width of the stitch overlap in pixels.
Return value
- Type: Configuration
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.