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

clip()

Given a sequence of rectangular regions, modifies the current graphics context clipping path by intersecting it with the union of these rectangles. 矩形領域それらからなるあるシーケンスを与えられて、現在のグラフィクス文脈クリッピングパスを、それをそれら矩形の合併と交差させることによって修正します。

Declaration 宣言

func clip()
Available when Element is NSRect. ElementNSRectである時に利用可能です。

Discussion 解説

This method is available when the sequence’s iterator element type is NSRect. このメソッドが利用可能なのは、シーケンスのもつイテレータ要素型が NSRectである時です。

This permanently modifies the graphics state, so save the current state beforehand and restore it afterwards. これは、永続的にグラフィックス状態を修正します、なので現在の状態をあらかじめ保存して、後でそれを復元してください。

See Also 参照

Applying AppKit Graphic Operations AppKitグラフィック演算子を適用する