←Select platform

Create Method

Summary

Creates a new instance of the AnnPointerEventArgs class.

Syntax
C#
VB
C++
Java
Public Shared Function Create( _ 
   ByVal button As AnnMouseButton, _ 
   ByVal point As LeadPointD _ 
) As AnnPointerEventArgs 
public AnnPointerEvent( 
   Object source, 
   LeadPointD point 
) 

Parameters

button
An AnnMouseButton that represents the mouse button that was pressed.

point
A Leadtools.LeadPointD object that represents the current position of the mouse.

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.Engine Assembly