バージョン

InsertRange メソッド (PointCollection)

シンタックス
'宣言
 
<__DynamicallyInvokableAttribute()>
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal collection As System.Collections.Generic.IEnumerable(Of Point) _
) 
[__DynamicallyInvokableAttribute()]
public void InsertRange( 
   System.int index,
   System.Collections.Generic.IEnumerable<Point> collection
)

パラメータ

index
collection
参照

オンラインで表示: GitHub