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