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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET