GlyphCollection.CopyTo(Glyph[], 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.
Copies the GlyphCollection values to a one-dimensional Array at the specified index.
public:
void CopyTo(cli::array <System::Windows::Forms::Design::Behavior::Glyph ^> ^ array, int index);
public void CopyTo (System.Windows.Forms.Design.Behavior.Glyph[] array, int index);
member this.CopyTo : System.Windows.Forms.Design.Behavior.Glyph[] * int -> unit
Public Sub CopyTo (array As Glyph(), index As Integer)
Parameters
- array
- Glyph[]
The one-dimensional Array that is the destination of the values copied from GlyphCollection.
- index
- Int32
The index in array
where copying begins.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.