onPointerMove Method

Summary

Handles pointer move events on the designer.

Syntax

JavaScript Syntax
AnnDesigner.prototype.onPointerMove = function(sender, e) 
TypeScript Syntax
onPointerMove(sender: AnnContainer, e: AnnPointerEventArgs): boolean; 

Parameters

sender

The container associated with this designer.

e

The event data.

Return Value

true if this event is handled; otherwise, it is false.

Remarks

Derived classes should override this method in order to process pointer move events on the container. The designer should return true if it handled this event in any way.

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.Annotations.Designers Assembly