CGContext.RotateCTM(nfloat) Method

Definition

Rotates the current transformation matrix by angle radians, with positive values rotating counterclockwise.

public void RotateCTM (nfloat angle);
member this.RotateCTM : nfloat -> unit

Parameters

angle
nfloat

Angle, in radians, with positive values counterclockwise.

Applies to