XpsDocument.InsertPath

XpsDocument.InsertPath method

アクティブなページへの新しいパスを挿入しますindex位置.

public XpsPath InsertPath(int index, XpsPathGeometry data)
パラメータタイプ説明
indexInt32新しいパスを挿入する位置。
dataXpsPathGeometryパスのジオメトリ。

戻り値

挿入されたパス。

関連項目