الفئة InitialFillRuleRecord
محتويات
[
يخفي
]Summary: Initial Fill Rule Record Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.InitialFillRuleRecord
Inheritance: VectorPathRecord
Constructors
| Name | الوصف |
|---|---|
| InitialFillRuleRecord() | يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord. |
| InitialFillRuleRecord(data) | يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord. |
| InitialFillRuleRecord(is_fill_starts_with_all_pixels) | يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| is_fill_starts_with_all_pixels | bool | r/w | يحصل أو يعيّن قيمة تشير إلى ما إذا كان is_fill يبدأ بجميع البكسلات. |
| type | VectorPathType | r | يحصل على النوع. |
Methods
| Name | الوصف |
|---|---|
| create_filled_with_pixels(is_fill_starts_with_all_pixels) | يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord. |
| create_from_bytes(data) | يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord. |
Constructor: InitialFillRuleRecord()
InitialFillRuleRecord()
يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord.
Constructor: InitialFillRuleRecord(data)
InitialFillRuleRecord(data)
يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| البيانات | System.Byte | بيانات السجل. |
Constructor: InitialFillRuleRecord(is_fill_starts_with_all_pixels)
InitialFillRuleRecord(is_fill_starts_with_all_pixels)
يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| is_fill_starts_with_all_pixels | bool | الملء يبدأ بجميع البكسلات. |
Method: create_filled_with_pixels(is_fill_starts_with_all_pixels) [static]
create_filled_with_pixels(is_fill_starts_with_all_pixels)
يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| is_fill_starts_with_all_pixels | bool | الملء يبدأ بجميع البكسلات. |
Returns
| نوع | الوصف |
|---|---|
| InitialFillRuleRecord |
Method: create_from_bytes(data) [static]
create_from_bytes(data)
يقوم بتهيئة نسخة جديدة من الفئة InitialFillRuleRecord.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| البيانات | System.Byte | بيانات السجل. |
Returns
| نوع | الوصف |
|---|---|
| InitialFillRuleRecord |