BitmapEffectCollection.CopyTo(BitmapEffect[], Int32) 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.
Note: This API is now obsolete. The non-obsolete alternative is Effect. Copies the elements of the collection to an array starting at the given index.
public:
virtual void CopyTo(cli::array <System::Windows::Media::Effects::BitmapEffect ^> ^ array, int index);
public void CopyTo (System.Windows.Media.Effects.BitmapEffect[] array, int index);
abstract member CopyTo : System.Windows.Media.Effects.BitmapEffect[] * int -> unit
override this.CopyTo : System.Windows.Media.Effects.BitmapEffect[] * int -> unit
Public Sub CopyTo (array As BitmapEffect(), index As Integer)
Parameters
- array
- BitmapEffect[]
The array to copy to.
- index
- Int32
The collection index to begin coping.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.