(Leadtools.Controls)

LTRotateEvent Constructor (LTRotateEvent_ObjectiveC)

Show in webframe





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

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

See Also

Reference

LTRotateEvent Class
LTRotateEvent Members

 

 


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