Click or drag to resize

OverlayCommandOpacity Property

Gets or sets the opacity of the top image.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double Opacity { get; set; }

Property Value

Type: Double
The opacity of the top image.
Exceptions
ExceptionCondition
Thrown if the opacity is less than 0.0 or greater than 1.0.
Remarks

Valid values are 0.0 for fully transparent through 1.0 for fully opaque.

If the image has an alpha channel, the alpha channel will be used for the opacity of each pixel in the top image.

See Also