XpsDocument.CreatePathGeometry

CreatePathGeometry()

لإنشاء هندسة مسار جديد .

public XpsPathGeometry CreatePathGeometry()

قيمة الإرجاع

هندسة المسار الجديد.

أنظر أيضا


CreatePathGeometry(List<XpsPathFigure>)

إنشاء هندسة مسار جديدة بقائمة محددة من أرقام المسار.

public XpsPathGeometry CreatePathGeometry(List<XpsPathFigure> pathFigures)
معامليكتبوصف
pathFiguresList`1قائمة أرقام المسار.

قيمة الإرجاع

هندسة المسار الجديد.

أنظر أيضا


CreatePathGeometry(string)

إنشاء هندسة مسار جديدة محددة بشكل مختصر.

public XpsPathGeometry CreatePathGeometry(string abbreviatedGeometry)
معامليكتبوصف
abbreviatedGeometryStringشكل مختصر لهندسة المسار.

قيمة الإرجاع

هندسة المسار الجديد.

أنظر أيضا