Draws a node.
Namespace: TreeLayoutHelperAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
void DrawNode( NodeWithBounds<TNode> node ) |
Visual Basic |
---|
Sub DrawNode ( _ node As NodeWithBounds(Of TNode) _ ) |
Visual C++ |
---|
void DrawNode( NodeWithBounds<TNode> node ) |
J# |
---|
void DrawNode( NodeWithBounds<TNode> node ) |
JScript |
---|
function DrawNode( node : NodeWithBounds<TNode> ) |
JavaScript |
---|
function DrawNode(node); |
Parameters
- node
- Type: TreeLayoutHelper..::..NodeWithBounds<(Of <(<'TNode>)>)>
The node to draw.