ImageViewerRubberBandShape Enumeration

Summary

Shapes used by the rubberband interactive mode.

Syntax
TypeScript
JavaScript
lt.Controls.ImageViewerRubberBandShape = { 
	rectangle: 0, 
	roundRectangle: 1, 
	ellipse: 2, 
	freehand: 3 
} 
lt.Controls.ImageViewerRubberBandShape = { 
	rectangle: 0, 
	roundRectangle: 1, 
	ellipse: 2, 
	freehand: 3 
} 

Members

0 Rectangle

(0) Rectangle shape

1 RoundRectangle

(1) Round rectangle shape

2 Ellipse

(2) Elliptical shape

3 Freehand

(3) Freehand shape

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly