DioDocs for PDF
Insert メソッド (SvgElementCollection)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgElementCollection クラス : Insert メソッド
The zero-based index at which element should be inserted.
The object to insert.
Inserts an element into the SvgElementCollection at the specified index.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal element As SvgElement _
) 
public void Insert( 
   System.int index,
   SvgElement element
)

パラメータ

index
The zero-based index at which element should be inserted.
element
The object to insert.
参照

SvgElementCollection クラス
SvgElementCollection メンバ