Share via


CompositionProjectedShadowCasterCollection.InsertAtBottom メソッド

定義

CompositionProjectedShadowCaster をコレクションの下部に追加します。

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)

パラメーター

newCaster
CompositionProjectedShadowCaster

コレクションに追加する CompositionProjectedShadowCaster。

適用対象

こちらもご覧ください