Table of Contents

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
IDrawableStrokeOpacity
IDrawable
Inherited Members

Constructors

DrawableStrokeOpacity(Percentage)

Initializes a new instance of the DrawableStrokeOpacity class.

public DrawableStrokeOpacity(Percentage opacity)

Parameters

opacity Percentage

The opacity.

Properties

Opacity

Gets or sets the opacity.

public Percentage Opacity { get; set; }

Property Value

Percentage