Click or drag to resize

PrimitiveManager Methods

The PrimitiveManager type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a primitive to the manager. Primitives must be added to the manager to be rendered.
Public methodClear
Removes all primitives from the manager.
Public methodContains
Determines whether the manager contains a primitive.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection. The order of the primitives is not guaranteed to be the order that the primitives were added.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes a primitive from the manager. The primitive is no longer rendered unless it is added back into the manager.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also