Class EmfPlusBrightnessContrastEffect

EmfPlusBrightnessContrastEffect class

يحدد كائن BrightnessContrastEffect توسعًا أو انكماشًا لأفتح وأظلم مناطق الصورة.

public sealed class EmfPlusBrightnessContrastEffect : EmfPlusImageEffectsObjectType

المنشئات

الاسمالوصف
EmfPlusBrightnessContrastEffect()المنشئ الافتراضي.

الخصائص

الاسمالوصف
BrightnessLevel { get; set; }يحصل أو يعيّن عددًا صحيحًا موقعًا 32-بت يحدد مستوى السطوع. This value MUST be in the range -255 through 255, with effects as follows: -255 ≤ value < 0 As the value decreases, the brightness of the image SHOULD decrease. 0 A value of 0 specifies that the brightness MUST NOT change. 0 < value ≤ 255 As the value increases, the brightness of the image SHOULD increase.
ContrastLevel { get; set; }يحصل أو يعيّن عددًا صحيحًا موقعًا 32-بت يحدد مستوى التباين. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the contrast of the image SHOULD decrease. 0 A value of 0 specifies that the contrast MUST NOT change. 0 < value ≤ 100 As the value increases, the contrast of the image SHOULD increase.

انظر أيضًا