MaterialCollection.Insert(Int32, Material) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a Material into this MaterialCollection at the specified index position.
public:
virtual void Insert(int index, System::Windows::Media::Media3D::Material ^ value);
public void Insert (int index, System.Windows.Media.Media3D.Material value);
abstract member Insert : int * System.Windows.Media.Media3D.Material -> unit
override this.Insert : int * System.Windows.Media.Media3D.Material -> unit
Public Sub Insert (index As Integer, value As Material)
Parameters
- index
- Int32
The index position at which to insert the specified Material.
- value
- Material
The Material to insert.
Implements
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.