func transform(NSSize) -> NSSize
Applies the receiver’s transform to the specified size and returns the results.
レシーバの持つ変換を指定されたサイズに適用して、結果を返します。
func transform(NSBezierPath) -> NSBezierPath
Creates and returns a new
NSBezierPath
object with each point in the given path transformed by the receiver.
レシーバによって変換された指定パスの各ポイントを使って新しいNSBezierPath
オブジェクトを作成して返します。