فئة EmfBlendFunction

Summary: A structure that specifies the blending operations for source and destination bitmaps.

Module: aspose.imaging.fileformats.emf.emf.records

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfBlendFunction

Constructors

Nameالوصف
EmfBlendFunction()ينشئ نسخة جديدة من الفئة EmfBlendFunction
EmfBlendFunction(dword_data)ينشئ نسخة جديدة من الفئة EmfBlendFunction .

Properties

NameTypeAccessالوصف
alpha_formatEmfBlendFunction+AlphaFormatEnumrيحصل على بنية تحدد كيفية تفسير بكسلات المصدر والوجهة
بالنسبة للشفافية الألفا.
blend_flagsSystem.Byterيحصل على علامات الدمج.
يجب أن تكون هذه القيمة 0x00 ويجب تجاهلها.
blend_operationSystem.Byterيحصل على رمز عملية الدمج.
عملية الدمج الوحيدة للمصدر والوجهة التي تم تعريفها هي 0x00، والتي تحدد أن bitmap المصدر
يجب دمجه مع bitmap الوجهة بناءً على قيم الشفافية ألفا
لبكسلات المصدر. راجع المعادلات التالية للحصول على التفاصيل.
src_constant_alphaSystem.Byterيحصل على عدد صحيح غير موقع 8‑bit يحدد شفافية ألفا،
التي تحدد دمج bitmap المصدر و bitmap الوجهة. يجب أن تُستخدم هذه القيمة
على كامل bitmap المصدر. قيمة شفافية ألفا الدنيا، الصفر،
تمثل شفافية تامة، والقيمة القصوى 0xFF تمثل عدم شفافية تامة. عمليًا، قيمة 0xFF تحدد أن قيم ألفا لكل بكسل
تحدد دمج bitmap المصدر و bitmap الوجهة. راجع المعادلات لاحقًا في
هذا القسم للحصول على التفاصيل.

Methods

Nameالوصف
to_int()Converts the string representation of a number to an integer.

Constructor: EmfBlendFunction()

 EmfBlendFunction() 

ينشئ نسخة جديدة من الفئة EmfBlendFunction

Constructor: EmfBlendFunction(dword_data)

 EmfBlendFunction(dword_data) 

ينشئ نسخة جديدة من الفئة EmfBlendFunction .

Parameters:

معاملنوعالوصف
dword_dataintبيانات الـ dword.

Method: to_int()

 to_int() 

Converts the string representation of a number to an integer.

Returns

نوعالوصف
intقيمة الـ DWORD للهيكل.