Gets a list of the location points.
Object.defineProperty(ImageViewerRubberBandEventArgs.prototype, 'points',
get: function()
)
points: LeadPointD[]; // read-only
The list of the location points.
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).
For an example, refer to ImageViewerRubberBandInteractiveMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET