Instance Method
インスタンスメソッド
transformBezierPath:
Creates and returns a new NSBezierPath
object with each point in the given path transformed by the receiver.
レシーバによって変換された指定パスの各ポイントを使って新しいNSBezierPath
オブジェクトを作成して返します。
Parameters
パラメータ
aPath
An object representing the bezier path to be used in the transformation.
変換で使われることになるベジェパスを表しているオブジェクト。
Discussion
議論
The original NSBezierPath
object is not modified.
オリジナルのNSBezierPath
オブジェクトは、修正されません。
See Also
参照
Transforming Data and Objects
データおよびオブジェクトの変換
- transformPoint:
Applies the receiver’s transform to the specified point and returns the result.
レシーバの持つ変換を指定された点に適用して、結果を返します。
- transformSize:
Applies the receiver’s transform to the specified size and returns the results.
レシーバの持つ変換を指定されたサイズに適用して、結果を返します。