points Property

Summary

An array of all points from the native event.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveEventArgs.prototype, 'points', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly