An array of all points from the native event.
Object.defineProperty(InteractiveEventArgs.prototype, 'points',
get: function(),
set: function(value)
)
points: LeadPointD[];
An array of LeadPointD with a length of at least 1
with all the points from the native event.
Points should hold all the interaction points recognized by the InteractiveService for the different supported browsers (which may be in different properties on the native event).
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