Click or drag to resize

Bin2DT Methods

The Bin2DT generic type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all items from the Bin.
Public methodDispose
Frees (clears) used resources that can be recycled. Call this when you're done with the Bin.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts an item with the given bounds into the Bin.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(T)
Goes through all cells and removes the specified item if they contain it. If you can you should use Remove(T, Rect) instead.
Public methodRemove(T, Rect)
Removes an item which was inserted with the given bounds from the Bin.
Public methodRetrieve
Gets all items in the Bin that could potentially intersect with the given bounds.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Removes and reinserts an item with new bounds, essentially moving it.
Top
See Also