Table of Contents

Class DrawableFillOpacity

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Sets the alpha to use when drawing using the fill color or fill texture.

public sealed class DrawableFillOpacity : IDrawableFillOpacity, IDrawable
Inheritance
DrawableFillOpacity
Implements
IDrawableFillOpacity
IDrawable
Inherited Members

Constructors

DrawableFillOpacity(Percentage)

Initializes a new instance of the DrawableFillOpacity class.

public DrawableFillOpacity(Percentage opacity)

Parameters

opacity Percentage

The opacity.

Properties

Opacity

Gets or sets the alpha.

public Percentage Opacity { get; set; }

Property Value

Percentage