←Select platform

LTMouseEvent Constructor (LTMouseEvent_ObjectiveC)

Summary

Initializes a new instance of a LTMouseEvent object with explicit parameters.

Syntax

C#
VB
Objective-C
public LTMouseEvent(  
   CGPoint origin, 
   CGPoint currentPosition, 
   Leadtools.Controls.MouseButton mouseButton 
) 
Public Function New( _ 
   ByVal origin As CGPoint, _ 
   ByVal currentPosition As CGPoint, _ 
   ByVal mouseButton As Leadtools.Controls.MouseButton _ 
) 
macOS Only 
- (instancetype)initWithOrigin:(CGPoint)origin  
               currentPosition:(CGPoint)position  
                   mouseButton:(LTMouseButton)button 

Parameters

origin
The origin point where the event occurred in the target.

currentPosition
The current mouse position in the target.

mouseButton
The current mouse button that is down

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)