MonobjcMonobjc Documented Class Library
RotateWithEvent Method (event)
NamespacesMonobjc.AppKitNSResponderRotateWithEvent(NSEvent)

Informs the receiver that the user has begun a rotation gesture.

Original signature is '- (void)rotateWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RotateWithEvent(
	NSEvent event
)
Public Overridable Sub RotateWithEvent ( _
	event As NSEvent _
)
public:
virtual void RotateWithEvent(
	NSEvent^ event
)
Parameters
event (NSEvent)
An event object representing the rotate gesture.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)