A string whose contents are of the form “{a, b, c, d, tx, ty}”, where a, b, c, d, tx, and ty are the floating-point component values of the CGAffineTransform
data structure. An example of a valid string is @”{1,0,0,1,2.5,3.0}”. The string is not localized, so items are always separated with a comma. For information about the position of each value in the transform array, see CGAffineTransform.
ある文字列、それの内容は形式 “{a, b, c, d, tx, ty}” です、そこでa、b、c、d、tx、そしてtyはCGAffineTransform
データ構造体の浮動小数点構成要素値です。有効な文字列の例は、@”{1,0,0,1,2.5,3.0}” です。文字列はローカライズされません、なので項目それらは常にコンマで区切られます。変換配列の中の各値の位置についての情報として、CGAffineTransformを見てください。