IFrameInspect Method (Int32, Int32) | 
 
                Inspects the given location in the frame and returns the result of inspection.
            
 
    Namespace: 
   DotNetBrowser.Frames
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
SyntaxPointInspection Inspect(
	int x,
	int y
)
Parameters
- x
 - Type: SystemInt32
a horizontal coordinate on the web page - y
 - Type: SystemInt32
a vertical coordinate on the web page 
Return Value
Type: 
PointInspectionThe result of inspection that contains the details about the DOM node at the given location.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IFrame object has already been disposed. | 
See Also