(Leadtools.Controls)

LTScrollEvent Constructor (LTScrollEvent_ObjectiveC)

Show in webframe





The origin point where the event occurred in the target.
The horizontal scroll value for the scroll event.
The vertical scroll value for the scroll event.
Initializes a new instance of a LTScrollEvent object with explicit parameters.
Syntax
public LTScrollEvent( 
   CGPoint origin,
   double xScroll,
   double yScroll
)
Public Function New( _
   ByVal origin As CGPoint, _
   ByVal xScroll As Double, _
   ByVal yScroll As Double _
)
public LTScrollEvent( 
   CGPoint origin,
   double xScroll,
   double yScroll
)
OS X only
-(id)initWithOrigin:(CGPoint) origin
            xScroll:(double) xScroll
            yScroll:(double) yScroll;
             

            
function LTScrollEvent( 
   origin ,
   xScroll ,
   yScroll 
)

Parameters

origin
The origin point where the event occurred in the target.
xScroll
The horizontal scroll value for the scroll event.
yScroll
The vertical scroll value for the scroll event.
Requirements

Target Platforms

See Also

Reference

LTScrollEvent Class
LTScrollEvent Members

 

 


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