←Select platform

LTRotateEvent Constructor (LTRotateEvent_ObjectiveC)

Summary

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

Syntax

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

Parameters

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

rotateAngle
A double that represents the current angle of the rotation 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)