GraphHostWindow MembersElecNetKit Documentation

The GraphHostWindow type exposes the following members.
Constructors

  NameDescription
Public methodGraphHostWindow
Instantiates a new GraphHostWindow.
Back to Top
Methods

  NameDescription
Public methodRefreshGraph
Forces a refresh of the graph displayed in the window.
Public methodStatic memberStartGraphHostWindow
Starts a GraphHostWindow with the specified Graph in a new, Single-Threaded Apartment (STA) thread.
Back to Top
Extension Methods

  NameDescription
Public Extension MethodSaveVisualToByteArray
Store a visual in an array of bytes.
(Defined by DrawingVisualSerialisers.)
Back to Top
Properties

  NameDescription
Public propertyGraph
The INetworkGraph to be displayed by the window.
Back to Top
See Also