←Select platform

LTScrollEvent Constructor (LTScrollEvent_ObjectiveC)

Summary

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

Syntax

C#
VB
Objective-C
public LTScrollEvent(  
   CGPoint origin, 
   double xScroll, 
   double yScroll 
) 
Public Function New( _ 
   ByVal origin As CGPoint, _ 
   ByVal xScroll As Double, _ 
   ByVal yScroll As Double _ 
) 
macOS Only 
-(instancetype)initWithOrigin:(CGPoint)origin  
                      xScroll:(double)xScroll  
                      yScroll:(double)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

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)