BitmapEffectCollection.Insert(Int32, BitmapEffect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意:此 API 现在已过时。 未过时的替代项为 Effect。 将 BitmapEffect 插入到此集合中的指定索引位置。
public:
virtual void Insert(int index, System::Windows::Media::Effects::BitmapEffect ^ value);
public void Insert (int index, System.Windows.Media.Effects.BitmapEffect value);
abstract member Insert : int * System.Windows.Media.Effects.BitmapEffect -> unit
override this.Insert : int * System.Windows.Media.Effects.BitmapEffect -> unit
Public Sub Insert (index As Integer, value As BitmapEffect)
参数
- index
- Int32
效果插入处的索引。
- value
- BitmapEffect
要插入的指定效果。