Table of Contents

Class DrawableStrokeWidth

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

Sets the width of the stroke used to draw object outlines.

public sealed class DrawableStrokeWidth : IDrawableStrokeWidth, IDrawable
Inheritance
DrawableStrokeWidth
Implements
IDrawableStrokeWidth
IDrawable
Inherited Members

Constructors

DrawableStrokeWidth(double)

Initializes a new instance of the DrawableStrokeWidth class.

public DrawableStrokeWidth(double width)

Parameters

width double

The width.

Properties

Width

Gets or sets the width.

public double Width { get; set; }

Property Value

double