Share via


CompositionProjectedShadowCasterCollection.InsertAtBottom Method

Definition

Adds a CompositionProjectedShadowCaster to the bottom of the 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)

Parameters

newCaster
CompositionProjectedShadowCaster

The CompositionProjectedShadowCaster to add to the collection.

Applies to

See also