create Method

Summary

Creates a new instance of the AnnPointerEventArgs class.

Syntax

JavaScript Syntax
create = function(button, point) 
TypeScript Syntax
static create(button: AnnMouseButton, point: LeadPointD): AnnPointerEventArgs; 

Parameters

button

An AnnMouseButton that represents the mouse button that was pressed.

point

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

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