points Property

Summary

An array of all points from the native event.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveEventArgs.prototype, 'points', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
points: LeadPointD[]; 

Property Value

An array of LeadPointD with a length of at least 1 with all the points from the native event.

Remarks

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).

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