TreeGraph MethodsElecNetKit Documentation
The TreeGraph type exposes the following members.
Methods

  NameDescription
Public methodDraw
Draws the graph for the NetworkModel provided by Network.
Public methodGetObjectAtLocation
Finds the network element at the specified (device-independent) pixel location.
Public methodScaledLocation
Scales a OnlinePoint from Network Coordinates to Image Coordinates.
Public methodScaledRectangle
Scales a rectangle from Network Coordinates to Image Coordinates.
Public methodUnscaledLocation
Unscales a OnlinePoint from Image Coordinates to Network Coordinates.
Public methodUnscaledRectangle
Unscales a rectangle from Image Coordinates to Network Coordinates.
Back to Top
See Also