Share via


CompositionProjectedShadowCasterCollection.InsertAtBottom Metodo

Definizione

Aggiunge un oggetto CompositionProjectedShadowCaster alla parte inferiore dell'insieme.

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)

Parametri

newCaster
CompositionProjectedShadowCaster

CompositionProjectedShadowCaster da aggiungere alla raccolta.

Si applica a

Vedi anche