The NodeWithBounds<(Of <(<'TNode>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NodeWithBounds<(Of <(<'TNode>)>)> |
Initializes a new instance.
|
Methods
Name | Description | |
---|---|---|
![]() | Contains |
Checks whether a given point is within the bounds.
|
![]() | Equals(Object) |
Checks this structure and another object for equality.
(Overrides ValueType..::..Equals(Object).) |
![]() | Equals(NodeWithBounds<(Of <<'(TNode>)>>)) |
Checks this structure and another structure for equality.
|
![]() | 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 |
Computes a hash code for the structure.
(Overrides ValueType..::..GetHashCode()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Generates a string representation of the object.
(Overrides ValueType..::..ToString()()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether two NodeWithBounds<(Of <(<'TNode>)>)> structures are equal.
|
![]() ![]() | Inequality |
Checks whether two NodeWithBounds<(Of <(<'TNode>)>)> structures are unequal.
|
Properties
Name | Description | |
---|---|---|
![]() | Bottom |
The vertical position of the node's lower edge.
|
![]() | Height |
The height of the node.
|
![]() | Node |
The tree node.
|
![]() | Right |
The horizontal position of the node's right edge.
|
![]() | Width |
The width of the node.
|
![]() | X |
The horizontal position of the node.
|
![]() | Y |
The vertical position of the node.
|