次の方法で共有


CGAffineTransform.MakeRotation(nfloat) メソッド

定義

要求された回転角度のアフィン変換をラジアン単位で返します。

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

パラメーター

angle
nfloat

ラジアン単位の角度。

戻り値

要求された回転のアフィン変換。

適用対象