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

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

public override NetworkElement GetObjectAtLocation(
	Point Location
)

Return Value

The NetworkElement nearest the pixel.

Implements

IElementLocatable GetObjectAtLocation(Point)
See Also