←Select platform

LTPinchEvent Constructor (LTPinchEvent_ObjectiveC)

Summary

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

Syntax

C#
VB
Objective-C
public LTPinchEvent(  
   CGPoint origin, 
   double scale 
) 
Public Function New( _ 
   ByVal origin As CGPoint, _ 
   ByVal scale As Double _ 
) 
macOS Only 
- (instancetype)initWithOrigin:(CGPoint)origin scale:(double)scale 

Parameters

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

scale
A double that represents the current scale factor of the pinch 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)