|  | ShadowCollectionInsertItem Method | 
            Inserts an element into the collection at the specified index.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxprotected override void InsertItem(
	int index,
	Shadow item
)
Protected Overrides Sub InsertItem ( 
	index As Integer,
	item As Shadow
)
protected:
virtual void InsertItem(
	int index, 
	Shadow^ item
) override
abstract InsertItem : 
        index : int * 
        item : Shadow -> unit 
override InsertItem : 
        index : int * 
        item : Shadow -> unit Parameters
- index
- Type: SystemInt32
 The zero-based index at which item should be inserted.
- item
- Type: DigitalRune.GraphicsShadow
 The object to insert.
 Exceptions
Exceptions See Also
See Also