GraphicsPath.AddPath
محتويات
[
يخفي
]AddPath(GraphicsPath)
يضيف المسار المحدد GraphicsPath إلى هذا المسار.
public void AddPath(GraphicsPath addingPath)
| معامل | نوع | الوصف |
|---|---|---|
| addingPath | GraphicsPath | مسار GraphicsPath المراد إضافته. |
انظر أيضًا
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
AddPath(GraphicsPath, bool)
يضيف المسار المحدد GraphicsPath إلى هذا المسار.
public void AddPath(GraphicsPath addingPath, bool connect)
| معامل | نوع | الوصف |
|---|---|---|
| addingPath | GraphicsPath | مسار GraphicsPath المراد إضافته. |
| ربط | Boolean | قيمة منطقية تحدد ما إذا كان الشكل الأول في المسار المضاف جزءًا من الشكل الأخير في هذا المسار. القيمة true تعني أن الشكل الأول في المسار المضاف جزء من الشكل الأخير في هذا المسار. القيمة false تعني أن الشكل الأول في المسار المضاف منفصل عن الشكل الأخير في هذا المسار. |
انظر أيضًا
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging