OrderedCompositePrimitive Methods |
The OrderedCompositePrimitive type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a primitive to the front of the composite. Primitives at
the front are rendered on top of primitives at the bottom.
| |
BringForward |
Moves a primitive in the composite forward one slot. Primitives at
the front are rendered on top of primitives at the bottom.
| |
BringToFront |
Moves a primitive to the top of the composite, so that it is
rendered on top of all other primitives in the composite.
| |
Clear |
Removes all primitives from the composite.
| |
Contains |
Determines whether the composite contains a primitive.
| |
Dispose | (Inherited from Primitive.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through each primitive in the composite.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove |
Removes a primitive from the composite.
| |
SendBackward |
Moves a primitive in the composite backwards one slot. Primitives at
the bottom are rendered below primitives at the front.
| |
SendToBack |
Moves a primitive to the bottom of the composite, so that it is
rendered below all other primitives in the composite.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |