EmfPlusImageEffectsIdentifiers

EmfPlusImageEffectsIdentifiers class

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).

public static class EmfPlusImageEffectsIdentifiers

Methods

NameDescription
static Contain(string)Contains the specified object unique identifier.

Fields

NameDescription
const BlurEffectGuidSpecifies the blur effect.
const BrightnessContrastEffectGuidSpecifies the brightness contrast effect.
const ColorBalanceEffectGuidSpecifies the color balance effect.
const ColorCurveEffectGuidSpecifies the color curve effect.
const ColorLookupTableEffectGuidSpecifies the color lookup table effect.
const ColorMatrixEffectGuidSpecifies the color matrix effect.
const HueSaturationLightnessEffectGuidSpecifies the hue saturation lightness effect.
const LevelsEffectGuidSpecifies the levels effect.
const RedEyeCorrectionEffectGuidSpecifies the red-eye correction effect.
const SharpenEffectGuidSpecifies the sharpen effect.
const TintEffectGuidSpecifies the tint effect.

Remarks

Image effects identifiers and Image Effects Parameter Blocks are specified by EmfPlusSerializableObject records for EmfPlusDrawImagePoints records.

See Also