points Property

Summary

Gets a list of the location points.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerRubberBandEventArgs.prototype, 'points', 
	get: function() 
) 
TypeScript Syntax
points: LeadPointD[]; // read-only 

Property Value

The list of the location points.

Remarks

Note that if Shape is set to ImageViewerRubberBandShape.FreeHand, then Points can have any number of points including 1. When Shape is any other value, the number of points is always two (the first and second point).

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly