sourceFrame
Discussion 議論
The rectangle in this property corresponds to the onscreen frame rectangle of the item. This rectangle may or may not intersect the source
rectangle of the item. An intersection of the rectangles means that at least part of the item is visible onscreen.
このプロパティの中の矩形は、項目の画面上のフレーム矩形に一致します。この矩形は、項目のsource
矩形と交わるかもしれないししないかもしれません。矩形の交わりは、少なくともその項目の一部が画面上で目に見えることを意味します。
The rectangle in this property may be a clipped version of the source frame or it might be NSZero
if the item is offscreen or the clipping rectangle cannot be determined. The system treats a value of NSZero
as meaning the item is fully visible.
このプロパティの中の矩形は、ソースフレームのクリップされたバージョンかもしれません、またはもし項目が画面外であるかクリップしている矩形が決定されることができないならばそれはNSZero
であるかもしれません。システムは、NSZero
の値を項目が全部目に見えることを意味するとみなします。