共用方式為


CGAffineTransform.MakeRotation(nfloat) 方法

定義

傳回所要求旋轉角度的弧形轉換。

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

參數

angle
nfloat

弧度的角度。

傳回

所要求旋轉的相依轉換。

適用於