Finds the network element at the specified (device-independent) pixel location.
Namespace: ElecNetKit.GraphingAssembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax
NetworkElement GetObjectAtLocation( Point Location )
Parameters
- Location
- Type:
System.Windows Point
the pixel to find a NetworkElement at.
Return Value
The NetworkElement nearest the pixel.See Also