MonobjcMonobjc Documented Class Library
SetRotationAngleCenterPoint Method (rotationAngle, centerPoint)
NamespacesMonobjc.QuartzIKImageViewSetRotationAngleCenterPoint(CGFloat, NSPoint)

Sets the rotation angle at the provided origin.

Original signature is '- (void)setRotationAngle:(CGFloat)rotationAngle centerPoint:(NSPoint)centerPoint'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetRotationAngleCenterPoint(
	CGFloat rotationAngle,
	NSPoint centerPoint
)
Public Overridable Sub SetRotationAngleCenterPoint ( _
	rotationAngle As CGFloat, _
	centerPoint As NSPoint _
)
public:
virtual void SetRotationAngleCenterPoint(
	CGFloat rotationAngle, 
	NSPoint centerPoint
)
Parameters
rotationAngle (CGFloat)
The rotation angle to apply to the image.
centerPoint (NSPoint)
The point that specifies the origin of the rotation angle.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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