The IFlowCanvas<(Of <(<'TNode>)>)> type exposes the following members.

Methods

  NameDescription
Public methodDrawFlowConnections
Draws one or more connection lines between several nodes.
Public methodDrawFlowEnd
Draws one or more connection lines at the end of the graph starting at the last nodes.
Public methodDrawFlowStart
Draws one or more connection lines at the start of the graph to the first nodes.
Public methodDrawFrame
Draws a frame.
(Inherited from INodeCanvas<(Of <(<'TNode>)>)>.)
Public methodDrawNode
Draws a node.
(Inherited from INodeCanvas<(Of <(<'TNode>)>)>.)
Public methodMeasureFrame
Measures the frame of a node.
(Inherited from INodeCanvas<(Of <(<'TNode>)>)>.)
Public methodMeasureNode
Retrieves the size of a single node.
(Inherited from INodeCanvas<(Of <(<'TNode>)>)>.)

See Also