DioDocs for PDF
RemoveRange メソッド (SvgElementCollection)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgElementCollection クラス : RemoveRange メソッド
The zero-based starting index of the range of elements to remove.
The number of elements to remove.
Removes a range of elements from the SvgElementCollection.
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void RemoveRange( 
   System.int index,
   System.int count
)

パラメータ

index
The zero-based starting index of the range of elements to remove.
count
The number of elements to remove.
参照

SvgElementCollection クラス
SvgElementCollection メンバ