Path2D.AddPath

AddPath(Path2D)

يضيف إلى المسار المسار الذي توفره الوسيطة.

public void AddPath(Path2D path)
معامليكتبوصف
pathPath2Dمسار Path2D للإضافة.

أنظر أيضا


AddPath(Path2D, SVGMatrix)

يضيف إلى المسار المسار الذي توفره الوسيطة.

public void AddPath(Path2D path, SVGMatrix transformation)
معامليكتبوصف
pathPath2Dمسار Path2D للإضافة.
transformationSVGMatrixيتم استخدام SVGMatrix كمصفوفة تحويل للمسار الذي تمت إضافته.

أنظر أيضا