Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerRubberBandShape Enumeration

Show in webframe
Shapes used by the rubberband interactive mode.
Syntax
Leadtools.Controls.ImageViewerRubberBandShape = function() { };
Leadtools.Controls.ImageViewerRubberBandShape.prototype = {
	rectangle = 0,
	roundRectangle = 1,
	ellipse = 2,
	freehand = 3,
	
 };
Members
ValueMemberDescription
0rectangle Rectangle shape
1roundRectangle Round rectangle shape
2ellipse Elliptical shape
3freehand Freehand shape
Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file