PowerTools PlusPak for Windows Forms 8.0J
CopyTo メソッド (FontInfoCollection)

コレクションのオブジェクトをコピーするFontInfoの配列。
コレクションのオブジェクトをコピーする、コピー先配列の位置。
コレクション全体を既存のFontInfo配列の指定した位置にコピーします。
構文
Public Sub CopyTo( _
   ByVal array() As FontInfo, _
   ByVal index As Integer _
) 
public void CopyTo( 
   FontInfo[] array,
   int index
)

パラメータ

array
コレクションのオブジェクトをコピーするFontInfoの配列。
index
コレクションのオブジェクトをコピーする、コピー先配列の位置。
解説
このメソッドを使用すると、複数のコレクションのFontInfoオブジェクトを1つの配列に統合できます。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

FontInfoCollection クラス
FontInfoCollection メンバ

Send Feedback