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
-
IDrawableFillOpacityIDrawable
- Inherited Members
Constructors
DrawableFillOpacity(Percentage)
Initializes a new instance of the DrawableFillOpacity class.
public DrawableFillOpacity(Percentage opacity)
Parameters
opacity
PercentageThe opacity.
Properties
Opacity
Gets or sets the alpha.
public Percentage Opacity { get; set; }
Property Value
- Percentage