EmfPlusImageEffectsIdentifiers فئة
محتويات
[
يخفي
]Summary: The ImageEffects identifiers define standard GUIDs for specifying graphics image effects. These identifiers are used by device drivers to publish their levels of support for these effects. The identifier constants are defined using the GUID curly-braced string representation ([MS-DTYP] section 2.3.4.3).
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusImageEffectsIdentifiers
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| BLUR_EFFECT_GUID [static] | string | r | يحدد تأثير الضبابية. |
| BRIGHTNESS_CONTRAST_EFFECT_GUID [static] | string | r | يحدد تأثير السطوع والتباين. |
| COLOR_BALANCE_EFFECT_GUID [static] | string | r | يحدد تأثير توازن اللون. |
| COLOR_CURVE_EFFECT_GUID [static] | string | r | يحدد تأثير منحنى اللون. |
| COLOR_LOOKUP_TABLE_EFFECT_GUID [static] | string | r | يحدد تأثير جدول البحث اللوني. |
| COLOR_MATRIX_EFFECT_GUID [static] | string | r | يحدد تأثير مصفوفة اللون. |
| HUE_SATURATION_LIGHTNESS_EFFECT_GUID [static] | string | r | يحدد تأثير الصبغة والتشبع والإضاءة. |
| LEVELS_EFFECT_GUID [static] | string | r | يحدد تأثير المستويات. |
| RED_EYE_CORRECTION_EFFECT_GUID [static] | string | r | يحدد تأثير تصحيح العين الحمراء. |
| SHARPEN_EFFECT_GUID [static] | string | r | يحدد تأثير الشحذ. |
| TINT_EFFECT_GUID [static] | string | r | يحدد تأثير الصبغة. |
Methods
| Name | الوصف |
|---|---|
| contain(object_guid) | يحتوي على معرف الكائن الفريد المحدد. |
Method: contain(object_guid) [static]
contain(object_guid)
يحتوي على معرف الكائن الفريد المحدد.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| object_guid | string | معرف الكائن الفريد. |
Returns
| نوع | الوصف |
|---|---|
| bool | صحيح إذا كان يحتوي. |