MonobjcMonobjc Documented Class Library
RotateRight Method (sender)
NamespacesMonobjc.QuartzIKCameraDeviceViewRotateRight(Id)

Rotates the selected image to the right.

Original signature is '- (void)rotateRight:(id)sender'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RotateRight(
	Id sender
)
Public Overridable Sub RotateRight ( _
	sender As Id _
)
public:
virtual void RotateRight(
	Id^ sender
)
Parameters
sender (Id)
The object that sent the message.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)