- transformPoint:
- transformBezierPath:
NSBezierPath
object with each point in the given path transformed by the receiver.
レシーバによって変換された指定パスの各ポイントを使って新しいNSBezierPath
オブジェクトを作成して返します。
Availability 有効性
Technology
aSize
The size data to which you want to apply the matrix. サイズデータ、それに対してあなたは行列の適用を望みます。
The resulting size after applying the receiver's transformations. レシーバの持つ変換を適用した後に結果として生じる大きさ。
This method applies the current rotation and scaling factors to a
; it does not apply translation factors. You can think of this method as transforming a vector whose origin is (0, 0) and whose end point is specified by the value in a
. After the rotation and scaling factors are applied, this method effectively returns the end point of the new vector.
このメソッドは、現在の回転と拡大縮小因数をa
に適用します;それは変換因数に適用されません。あなたは、このメソッドを、それの原点が(0, 0)でそれの終端点がa
の値で指定されるベクター変換として思い浮かべることができます。回転と拡大縮小因数が適用された後、このメソッドは効果的に新しいベクターの終端点を返します。
This method is useful for transforming delta or distance values when you need to take scaling and rotation factors into account. このメソッドは、あなたが拡大縮小や回転の要素を考慮に入れる必要がある時に、変換している増分や隔たりの値として役立ちます。
- transformPoint:
- transformBezierPath:
NSBezierPath
object with each point in the given path transformed by the receiver.
レシーバによって変換された指定パスの各ポイントを使って新しいNSBezierPath
オブジェクトを作成して返します。