MonobjcMonobjc Documented Class Library
MakeRotation Method (angle)
NamespacesMonobjc.ApplicationServicesCGAffineTransformMakeRotation(Single)

Returns an affine transformation matrix constructed from a rotation value you provide.

Original signature is : CGAffineTransform CGAffineTransformMakeRotation ( CGFloat angle );

Available in Mac OS X version 10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGAffineTransform MakeRotation(
	float angle
)
Public Shared Function MakeRotation ( _
	angle As Single _
) As CGAffineTransform
public:
static CGAffineTransform MakeRotation(
	float angle
)
Parameters
angle (Single)
The angle, in radians, by which this matrix rotates the coordinate system axes. A positive value specifies clockwise rotation, a negative value specifies counterclockwise.
Return Value
A new affine transformation matrix.
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.Foundation (Module: Monobjc.Foundation)