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

transformBezierPath:

Creates and returns a new NSBezierPath object with each point in the given path transformed by the receiver. レシーバによって変換された指定パスの各ポイントを使って新しいNSBezierPathオブジェクトを作成して返します。

Declaration 宣言

- (NSBezierPath *)transformBezierPath:(NSBezierPath *)path;

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 データおよびオブジェクトの変換