(Leadtools.Controls)

LTPinchEvent Constructor (LTPinchEvent_ObjectiveC)

Show in webframe





The origin point where the event occurred in the target.
A double that represents the current scale factor of the pinch event.
Initializes a new instance of a LTPinchEvent object with explicit parameters.
Syntax
public LTPinchEvent( 
   CGPoint origin,
   double scale
)
Public Function New( _
   ByVal origin As CGPoint, _
   ByVal scale As Double _
)
public LTPinchEvent( 
   CGPoint origin,
   double scale
)
OS X only
-(id)initWithOrigin:(CGPoint) origin
              scale:(double) scale;
             

            
function LTPinchEvent( 
   origin ,
   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

See Also

Reference

LTPinchEvent Class
LTPinchEvent Members

 

 


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