C#
VB
Java
Objective-C
WinRT C#
C++
Handles pointer move events on the designer.
public virtual bool OnPointerMove(
AnnContainer sender,
AnnPointerEventArgs e
)
Public Overridable Function OnPointerMove( _
ByVal sender As Leadtools.Annotations.Core.AnnContainer, _
ByVal e As Leadtools.Annotations.Core.AnnPointerEventArgs _
) As Boolean
public virtual bool OnPointerMove(
Leadtools.Annotations.Core.AnnContainer sender,
Leadtools.Annotations.Core.AnnPointerEventArgs e
)
- (BOOL)onPointerMove:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
public boolean onPointerMove(AnnContainer container, AnnPointerEvent event)
function Leadtools.Annotations.Designers.AnnDesigner.OnPointerMove(
sender ,
e
)
public:
virtual bool OnPointerMove(
AnnContainer^ sender,
AnnPointerEventArgs^ e
)
sender
The container associated with this designer.
e
The event data.
true if this event is handled; otherwise, it is false.
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.
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