←Select platform

OnPointerMove Method

Summary

Provides an implementation of the OnPointerMove method for this AnnRectangleDrawDesigner object.

Syntax
C#
VB
Objective-C
C++
Java
public override bool OnPointerMove( 
   AnnContainer sender, 
   AnnPointerEventArgs e 
) 
<SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1062:Validate arguments of public methods",  
   Scope="",  
   Target="",  
   MessageId="1",  
   Justification="")> 
Public Overrides Function OnPointerMove( _ 
   ByVal sender As AnnContainer, _ 
   ByVal e As AnnPointerEventArgs _ 
) As Boolean 
- (BOOL)onPointerMove:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args 
@Override public boolean onPointerMove( 
             AnnContainer container,  
             AnnPointerEvent event 
) 
public:  
   virtual bool OnPointerMove( 
      AnnContainer^ sender, 
      AnnPointerEventArgs^ e 
   ) override 

Parameters

sender
The container associated with this designer.

e
The event data.

Return Value

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly