TreeGraph UnscaledLocation Method ElecNetKit Documentation
Unscales a OnlinePoint from Image Coordinates to Network Coordinates.

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

public Point UnscaledLocation(
	Point location
)

Parameters

location
Type: OnlineSystem.Windows Point
The point to unscale, in Image Coordinates.

Return Value

The same point, in Network Coordinates.
See Also