The SimpleNode type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AddOriginalNode |
Adds a new connection to this node
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAnimation |
Throws the AnimationEvent
(Inherited from BaseNode.) | |
OnPropertyChanged |
Throws the PropertyChangedEvent
(Inherited from BaseNode.) | |
OnSetAttribute | (Inherited from VizNode.) | |
PointOnBox |
Returns the next valid point on the nodes boundingbox in direction of the edge
(Overrides BaseNode PointOnBox(VizEdge).) | |
Serialize | (Inherited from VizNode.) | |
SerializeAttributes | (Inherited from VizBaseEntity.) | |
SetAttribute | (Inherited from VizBaseEntity.) | |
ToString | (Inherited from Object.) |
See Also