SetThreshold
SetThreshold(float)
يضبط الحد الأدنى (نطاق الشفافية) للفئة الافتراضية.
public void SetThreshold(float threshold)
معامل | يكتب | وصف |
---|---|---|
threshold | Single | رقم حقيقي يحدد قيمة الحد. |
أنظر أيضا
- class ImageAttributes
- مساحة الاسم System.Drawing.Imaging
- المجسم Aspose.Drawing
SetThreshold(float, ColorAdjustType)
يضبط العتبة (نطاق الشفافية) لفئة محددة .
public void SetThreshold(float threshold, ColorAdjustType type)
معامل | يكتب | وصف |
---|---|---|
threshold | Single | قيمة حد من 0.0 إلى 1.0 تُستخدم كنقطة توقف لفرز Colors التي سيتم تعيينها إلى قيمة قصوى أو أدنى قيمة. |
type | ColorAdjustType | عنصرColorAdjustType يحدد الفئة التي تم تعيين حد اللون لها. |
أنظر أيضا
- enum ColorAdjustType
- class ImageAttributes
- مساحة الاسم System.Drawing.Imaging
- المجسم Aspose.Drawing