Shape to use with this rubber band mode.
Object.defineProperty(ImageViewerZoomToInteractiveMode.prototype, 'shape',
get: function(),
set: function(value)
)
shape: ImageViewerRubberBandShape;
The shape to use with this rubber band mode. Default value is ImageViewerRubberBandShape.Rectangle.
This mode does not support ImageViewerRubberBandShape.Freehand, trying to set this shape will throw an exception.
You cannot change the shape if the mode is already working. Doing so will throw an exception.
For an example, refer to ImageViewerRubberBandInteractiveMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET