LengthRecord فئة
محتويات
[
يخفي
]Summary: Subpath Length Record Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.LengthRecord
Inheritance: VectorPathRecord
Constructors
| Name | الوصف |
|---|---|
| LengthRecord() | يُنشئ مثيلاً جديدًا من الفئة LengthRecord |
| LengthRecord(data) | يُنشئ مثيلاً جديدًا من الفئة LengthRecord |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| bezier_knot_records_count | int | r/w | يحصل أو يعيّن عدد سجلات عقد بيزيير. |
| is_closed | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان هذا المثيل مغلقًا. |
| is_open | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان هذا المثيل مفتوحًا. |
| path_operations | PathOperations | r/w | يحصل أو يعيّن عمليات المسار. |
| record_count | int | r/w | يحصل أو يعيّن عدد السجلات. |
| shape_index | int | r/w | يحصل أو يعيّن فهرس الشكل الحالي للمسار في الطبقة. |
| type | VectorPathType | r | يحصل على النوع. |
Constructor: LengthRecord()
LengthRecord()
يُنشئ مثيلاً جديدًا من الفئة LengthRecord
Constructor: LengthRecord(data)
LengthRecord(data)
يُنشئ مثيلاً جديدًا من الفئة LengthRecord
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| البيانات | System.Byte | بيانات السجل. |