Image Class

Contains the gamma, brightness, contrast, blur, sharpen, denoise, and transparency values for a bitmap.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramImage

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Image

The Image type exposes the following members.

Properties
  NameDescription
Public propertyBlur
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
Public propertyBrightness
Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
Public propertyContrast
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyDenoise
Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
Public propertyGamma
Adjusts or corrects the intensity of an image for a particular output device, such as a monitor or scanner. The default value is 1 (no correction.
Public propertySharpen
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
Public propertyTransparency
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also