طريقة add
add(self, x, y)
إضافة نقطة مسار.
def add(self, x, y):
...
معامل | يكتب | وصف |
---|---|---|
x | int | إحداثيات x. |
y | int | إحداثيات y. |
أنظر أيضا
- الوحدة
aspose.cells.drawing
- فئة
ShapePathPointCollection
إضافة نقطة مسار.
def add(self, x, y):
...
معامل | يكتب | وصف |
---|---|---|
x | int | إحداثيات x. |
y | int | إحداثيات y. |
aspose.cells.drawing
ShapePathPointCollection