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