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

Constructors

  NameDescription
Public methodNodeWithBounds<(Of <(<'TNode>)>)>
Initializes a new instance.

Methods

  NameDescription
Public methodContains
Checks whether a given point is within the bounds.
Public methodEquals(Object)
Checks this structure and another object for equality.
(Overrides ValueType..::..Equals(Object).)
Public methodEquals(NodeWithBounds<(Of <<'(TNode>)>>))
Checks this structure and another structure for equality.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Computes a hash code for the structure.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Generates a string representation of the object.
(Overrides ValueType..::..ToString()()()().)

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether two NodeWithBounds<(Of <(<'TNode>)>)> structures are equal.
Public operatorStatic memberInequality
Checks whether two NodeWithBounds<(Of <(<'TNode>)>)> structures are unequal.

Properties

  NameDescription
Public propertyBottom
The vertical position of the node's lower edge.
Public propertyHeight
The height of the node.
Public propertyNode
The tree node.
Public propertyRight
The horizontal position of the node's right edge.
Public propertyWidth
The width of the node.
Public propertyX
The horizontal position of the node.
Public propertyY
The vertical position of the node.

See Also