Click or drag to resize

OrderedCompositePrimitive Methods

The OrderedCompositePrimitive type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a primitive to the front of the composite. Primitives at the front are rendered on top of primitives at the bottom.
Public methodBringForward
Moves a primitive in the composite forward one slot. Primitives at the front are rendered on top of primitives at the bottom.
Public methodBringToFront
Moves a primitive to the top of the composite, so that it is rendered on top of all other primitives in the composite.
Public methodClear
Removes all primitives from the composite.
Public methodContains
Determines whether the composite contains a primitive.
Public methodDispose (Inherited from Primitive.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through each primitive in the composite.
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 composite.
Public methodSendBackward
Moves a primitive in the composite backwards one slot. Primitives at the bottom are rendered below primitives at the front.
Public methodSendToBack
Moves a primitive to the bottom of the composite, so that it is rendered below all other primitives in the composite.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also