Instance Method インスタンスメソッド

transform(_:)

Applies the receiver’s transform to the specified point and returns the result. レシーバの持つ変換を指定された点に適用して、結果を返します。

Declaration 宣言

func transform(_ aPoint: NSPoint) -> NSPoint

Parameters パラメータ

aPoint

The point in the current coordinate system to which you want to apply the matrix. 現在の座標システムでの点、それに対してあなたは行列の適用を望みます。

Return Value 戻り値

The resulting point after applying the receiver's transformations. レシーバの持つ変換を適用した後に結果として生じる点。

See Also 参照

Transforming Data and Objects データおよびオブジェクトの変換