الفئة IMatchingLayer
Summary: Masking layer
Module: aspose.imaging.masking.result
Full Name: aspose.imaging.masking.result.IMaskingLayer
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| object_number | int | r | يحصل على رقم الكائن. |
Methods
| Name | الوصف |
|---|---|
| get_image() | يوفر صورة النتيجة. |
| get_mask() | يحصل على قناع الصورة. |
Method: get_image()
get_image()
يوفر صورة النتيجة.
Returns
| نوع | الوصف |
|---|---|
| RasterImage | صورة النتيجة. |
Method: get_mask()
get_mask()
يحصل على قناع الصورة.
Returns
| نوع | الوصف |
|---|---|
| RasterImage | قناع صورة النتيجة. |