Circle which marks a Node on the screen

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Class NodePointer
C#
public class NodePointer
Visual C++
public ref class NodePointer
JavaScript
FlowMap.NodePointer = function();

Type.createClass(
	'FlowMap.NodePointer');

Inheritance Hierarchy

System..::.Object
  FlowMap..::.NodePointer

See Also