macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

pathComponentCellAtPoint:withFrame:inView:

**

-(NSPathComponentCell *)pathComponentCellAtPoint:(NSPoint)point:
          withFrame:(NSRect)frame:
          inView:(NSView *)view:

解説

指定したビューのフレームの位置でセルの場所を返します。
指定したポイントにあるコンポーネントセルの場所、またはセルがなければnil

返り値

( NSPathComponentCell * )

引数

( NSPoint )point
( NSRect )frame
( NSView * )view

フレームワーク

ApplicationKit

クラス

NSPathCell

使用可能

10.5

参照

例文

- (NSPathComponentCell *)pathComponentCellAtPoint:(NSPoint)point withFrame:(NSRect)frame inView:(NSView *)view