Click or drag to resize
DigitalRuneUIScreenCollectionRemoveItem Method
Removes the element at the specified index of the UIScreenCollection.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element to remove.
See Also