Type Method 型メソッド

transform

Creates a new affine transform initialized to the identity matrix. 単位行列に初期化される新しいアフィン変換を作成して返します。

Declaration 宣言

+ (NSAffineTransform *)transform;

Return Value 戻り値

A new identity transform object. This matrix transforms any point to the same point. 新しい恒等変換オブジェクト。この行列はあらゆる点を同じ点に変換します。

See Also 参照

Creating an Affine Transform アフィン変換を作成する

Related Documentation 関連文書