+ transform
Creates a new affine transform initialized to the identity matrix.
単位行列に初期化される新しいアフィン変換を作成して返します。
- init
Initializes an affine transform matrix to the identity matrix.
単位行列に対するアフィン変換行列を初期化します。
Availability 有効性
Technology
- (instancetype)initWithTransform:(NSAffineTransform
*)transform;
aTransform
The transform object whose matrix values should be copied to this object. 変換オブジェクト、それの行列の値がこのオブジェクトにコピーされます。
A new transform object initialized with the matrix values of a
.
a
の行列の値で初期化された新しい変換オブジェクト。
+ transform
- init