ImageViewerRubberBandShape Enumeration

Summary

Shapes used by the rubberband interactive mode.

Syntax

JavaScript Syntax
lt.Controls.ImageViewerRubberBandShape = { 
	Rectangle: 0, 
	RoundRectangle: 1, 
	Ellipse: 2, 
	Freehand: 3 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly