C#
VB
Objective-C
Initializes a new instance of a LTRotateEvent object with explicit parameters.
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
origin
The origin point where the event occurred in the target.
rotateAngle
A double that represents the current angle of the rotation event.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET