XpsDocument.InsertPath

XpsDocument.InsertPath method

Fügt einen neuen Pfad zur aktiven Seite bei einindex Position.

public XpsPath InsertPath(int index, XpsPathGeometry data)
ParameterTypBeschreibung
indexInt32Position, an der ein neuer Pfad eingefügt werden soll.
dataXpsPathGeometryDie Geometrie des Pfades.

Rückgabewert

Pfad eingefügt.

Siehe auch