TreeGraph ScaledLocation Method ElecNetKit Documentation
Scales a OnlinePoint from Network Coordinates to Image Coordinates.

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

public Point ScaledLocation(
	Point location
)

Parameters

location
Type: OnlineSystem.Windows Point
The point to scale, in Network Coordinates.

Return Value

The point, in Image Coordinates.
See Also