فئة BezierKnotRecord
محتويات
[
يخفي
]Summary: Bezier Knot Record Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.BezierKnotRecord
Inheritance: VectorPathRecord
Constructors
| Name | الوصف |
|---|---|
| BezierKnotRecord() | ينشئ مثيلًا جديدًا من الفئة BezierKnotRecord |
| BezierKnotRecord(data) | ينشئ مثيلًا جديدًا من الفئة BezierKnotRecord |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| is_closed | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان هذا المثيل مغلقًا. |
| is_linked | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان هذا المثيل مرتبطًا. |
| is_open | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان هذا المثيل مفتوحًا. |
| path_points | PointF[] | r/w | يحصل أو يضبط نقاط المسار. |
| points | Point[] | r/w | الحصول أو تعيين النقاط. |
| type | VectorPathType | r | يحصل على النوع. |
Constructor: BezierKnotRecord()
BezierKnotRecord()
ينشئ مثيلًا جديدًا من الفئة BezierKnotRecord
Constructor: BezierKnotRecord(data)
BezierKnotRecord(data)
ينشئ مثيلًا جديدًا من الفئة BezierKnotRecord
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| البيانات | System.Byte | بيانات السجل. |