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

  NameDescription
Protected methodBuildGradientMap
Builds a gradient map based upon BusColorGradient and BusColorTransform for the data in this network.
Public methodDraw
Draws the graph for the NetworkModel provided by Network.
(Overrides TreeGraph Draw .)
Protected methodDrawBuses
Draws all the network buses, using the specified value transforms.
Protected methodDrawLines
Draws all the network lines.
Public methodGetObjectAtLocation
Finds the network element at the specified (device-independent) pixel location.
(Overrides TreeGraph GetObjectAtLocation(Point).)
Public methodScaledLocation
Scales a OnlinePoint from Network Coordinates to Image Coordinates.
(Inherited from TreeGraph.)
Public methodScaledRectangle
Scales a rectangle from Network Coordinates to Image Coordinates.
(Inherited from TreeGraph.)
Public methodUnscaledLocation
Unscales a OnlinePoint from Image Coordinates to Network Coordinates.
(Inherited from TreeGraph.)
Public methodUnscaledRectangle
Unscales a rectangle from Image Coordinates to Network Coordinates.
(Inherited from TreeGraph.)
Back to Top
See Also