'宣言 Public Sub CopyTo( _ ByVal array() As PointStyle, _ ByVal index As System.Integer _ )
public void CopyTo( PointStyle[] array, System.int index )
パラメータ
- array
- PointStylesCollection からコピーした要素のコピー先の配列。
- index
- コピーを開始する配列内のゼロベースインデックス。
'宣言 Public Sub CopyTo( _ ByVal array() As PointStyle, _ ByVal index As System.Integer _ )
public void CopyTo( PointStyle[] array, System.int index )