IElementLocatable GetObjectAtLocation Method ElecNetKit Documentation
Finds the network element at the specified (device-independent) pixel location.

Namespace: ElecNetKit.Graphing
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

NetworkElement GetObjectAtLocation(
	Point Location
)

Return Value

The NetworkElement nearest the pixel.
See Also