| Leadtools.Controls Namespace : ImageViewerRubberBandShape Enumeration |
Leadtools.Controls.ImageViewerRubberBandShape = function() { };
Leadtools.Controls.ImageViewerRubberBandShape.prototype = {
rectangle = 0,
roundRectangle = 1,
ellipse = 2,
freehand = 3,
};
| Value | Member | Description |
|---|---|---|
| 0 | rectangle | Rectangle shape |
| 1 | roundRectangle | Round rectangle shape |
| 2 | ellipse | Elliptical shape |
| 3 | freehand | Freehand shape |
For an example, refer to ImageViewerRubberBandInteractiveMode.