Instance Property インスタンスプロパティ

transformStruct

The matrix coefficients stored as the transformation matrix. 変換行列として格納される行列係数。

Declaration 宣言

var transformStruct: NSAffineTransformStruct { get set }

Discussion 議論

The matrix is of the form shown in Transform Mathematics, and the six-element structure defined by the NSAffineTransformStruct structure is of the form: 行列は、Transform Mathematicsで示される形式です、そしてNSAffineTransformStruct構造体によって定義される6要素構造体は次の形式です:


{m11, m12, m21, m22, tX, tY}

The NSAffineTransformStruct structure is an alternate representation of a transformation matrix that can be used to specify matrix values directly. NSAffineTransformStruct構造体は、変換行列の代替の表現です、それは行列値を直接に指定するために使われることができます。

See Also 参照

Accessing the Transformation Matrix 変換マトリックスにアクセスする

Related Documentation 関連文書