MonobjcMonobjc Documented Class Library
PathComponentCellAtPointWithFrameInView Method (point, frame, view)
NamespacesMonobjc.AppKitNSPathCellPathComponentCellAtPointWithFrameInView(NSPoint, NSRect, NSView)

Returns the cell located at the given point within the given frame of the given view.

Original signature is '- (NSPathComponentCell *)pathComponentCellAtPoint:(NSPoint)point withFrame:(NSRect)frame inView:(NSView *)view'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPathComponentCell PathComponentCellAtPointWithFrameInView(
	NSPoint point,
	NSRect frame,
	NSView view
)
Public Overridable Function PathComponentCellAtPointWithFrameInView ( _
	point As NSPoint, _
	frame As NSRect, _
	view As NSView _
) As NSPathComponentCell
public:
virtual NSPathComponentCell^ PathComponentCellAtPointWithFrameInView(
	NSPoint point, 
	NSRect frame, 
	NSView^ view
)
Parameters
point (NSPoint)
The point within the returned cell.
frame (NSRect)
The frame within which the point is located.
view (NSView)
The view within which the frame is located.
Return Value
The component cell within which the given point is located, or nil if no cell exists at that location.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)