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
-
IDrawableStrokeWidthIDrawable
- Inherited Members
Constructors
DrawableStrokeWidth(double)
Initializes a new instance of the DrawableStrokeWidth class.
public DrawableStrokeWidth(double width)
Parameters
width
doubleThe width.
Properties
Width
Gets or sets the width.
public double Width { get; set; }