Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Points Property

Show in webframe
Gets a list of the location points.
Syntax
get_points();
Object.defineProperty('points');

Property Value

TypeDescription
ListThe 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.

See Also

Reference

ImageViewerRubberBandEventArgs Object
ImageViewerRubberBandEventArgs Members

Error processing SSI file