Class DrawableStrokeOpacity
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Specifies the alpha of stroked object outlines.
public sealed class DrawableStrokeOpacity : IDrawableStrokeOpacity, IDrawable
- Inheritance
-
DrawableStrokeOpacity
- Implements
-
IDrawableStrokeOpacityIDrawable
- Inherited Members
Constructors
DrawableStrokeOpacity(Percentage)
Initializes a new instance of the DrawableStrokeOpacity class.
public DrawableStrokeOpacity(Percentage opacity)
Parameters
opacity
PercentageThe opacity.
Properties
Opacity
Gets or sets the opacity.
public Percentage Opacity { get; set; }
Property Value
- Percentage