Compartir a través de


CompositionProjectedShadowCasterCollection.InsertAtBottom Método

Definición

Agrega un compositionProjectedShadowCaster a la parte inferior de la colección.

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)

Parámetros

newCaster
CompositionProjectedShadowCaster

CompositionProjectedShadowCaster que se va a agregar a la colección.

Se aplica a

Consulte también