Provides access to members that manage a stack of cached graphics.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Members
Description | ||
---|---|---|
Add | Adds a stackable cached graphic to the stack. | |
CurrentGraphic | The method returns the top-most stackable cached graphic in the stack. | |
DrawQuadrant | Specifies the direction the stack should be drawn. | |
Item | Retrieves the stackable cached graphic at a specific index in the stack. | |
NextGraphic | Makes the next stackable cached graphic in the stack the top-most or current cached graphic. | |
PreviousGraphic | Makes the previous stackable cached graphic in the stack the top-most or current cached graphic. | |
Remove | Removes a stackable cached graphic from the stack. | |
StackCount | The method returns the number of stackable cached graphics in the stack. |
CoClasses that implement IGraphicStack
CoClasses and Classes | Description |
---|---|
GraphicStack | An ordered collection of stackable cached graphics, drawn to resemble a stack of cards. |