MonobjcMonobjc Documented Class Library
ElementAtPoint Method (point)
NamespacesMonobjc.WebKitWebViewElementAtPoint(NSPoint)

Returns a dictionary description of the element at a given point in the receiver’s coordinates.

Original signature is '- (NSDictionary *)elementAtPoint:(NSPoint)point'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary ElementAtPoint(
	NSPoint point
)
Public Overridable Function ElementAtPoint ( _
	point As NSPoint _
) As NSDictionary
public:
virtual NSDictionary^ ElementAtPoint(
	NSPoint point
)
Parameters
point (NSPoint)
The point to represent as a dictionary.
Return Value
A dictionary description of the element at point in the receiver’s coordinates.
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.WebKit (Module: Monobjc.WebKit)