(Leadtools.Controls)

LTMouseEvent Constructor (LTMouseEvent_ObjectiveC)

Show in webframe





The origin point where the event occurred in the target.
The current mouse position in the target.
The current mouse button that is down
Initializes a new instance of a LTMouseEvent object with explicit parameters.
Syntax
public LTMouseEvent( 
   CGPoint origin,
   CGPoint currentPosition,
   MouseButton mouseButton
)
Public Function New( _
   ByVal origin As CGPoint, _
   ByVal currentPosition As CGPoint, _
   ByVal mouseButton As MouseButton _
)
public LTMouseEvent( 
   CGPoint origin,
   CGPoint currentPosition,
   MouseButton mouseButton
)
OS X Only
-(id)initWithOrigin:(CGPoint) origin
    currentPosition:(CGPoint) position
        mouseButton:(LTMouseButton) button;
             

            
function LTMouseEvent( 
   origin ,
   currentPosition ,
   mouseButton 
)

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

See Also

Reference

LTMouseEvent Class
LTMouseEvent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.