CGAffineTransform.MakeRotation(nfloat) Method

Definition

Returns an affine transformation for the requested rotation angle, in radians.

public static CoreGraphics.CGAffineTransform MakeRotation (nfloat angle);
static member MakeRotation : nfloat -> CoreGraphics.CGAffineTransform

Parameters

angle
nfloat

The angle in radians.

Returns

The affine transformation for the requested rotation.

Applies to