Share via


CompositionProjectedShadowCasterCollection.InsertAtTop Method

Definition

Adds a CompositionProjectedShadowCaster to the top of the collection.

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

Parameters

newCaster
CompositionProjectedShadowCaster

The CompositionProjectedShadowCaster to add to the collection.

Applies to

See also