Path2D.AddPath
AddPath(Path2D)
يضيف إلى المسار المسار الذي توفره الوسيطة.
public void AddPath(Path2D path)
معامل | يكتب | وصف |
---|---|---|
path | Path2D | مسار Path2D للإضافة. |
أنظر أيضا
- class Path2D
- مساحة الاسم Aspose.Html.Dom.Canvas
- المجسم Aspose.HTML
AddPath(Path2D, SVGMatrix)
يضيف إلى المسار المسار الذي توفره الوسيطة.
public void AddPath(Path2D path, SVGMatrix transformation)
معامل | يكتب | وصف |
---|---|---|
path | Path2D | مسار Path2D للإضافة. |
transformation | SVGMatrix | يتم استخدام SVGMatrix كمصفوفة تحويل للمسار الذي تمت إضافته. |
أنظر أيضا
- class SVGMatrix
- class Path2D
- مساحة الاسم Aspose.Html.Dom.Canvas
- المجسم Aspose.HTML