CompositionProjectedShadowCasterCollection.InsertAtBottom Méthode

Définition

Ajoute un CompositionProjectedShadowCaster au bas de la collection.

public:
 virtual void InsertAtBottom(CompositionProjectedShadowCaster ^ newCaster) = InsertAtBottom;
void InsertAtBottom(CompositionProjectedShadowCaster const& newCaster);
public void InsertAtBottom(CompositionProjectedShadowCaster newCaster);
function insertAtBottom(newCaster)
Public Sub InsertAtBottom (newCaster As CompositionProjectedShadowCaster)

Paramètres

newCaster
CompositionProjectedShadowCaster

CompositionProjectedShadowCaster à ajouter à la collection.

S’applique à

Voir aussi