getStitchOverlap method
Use this method to retrieve the overlap between sub-images when a scrolled window is stitched.
Syntax
let configval = config.getStitchOverlap();
config.stitchOverlap = configval;
configval = config.stitchOverlap;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: number