Table of Contents

Class DrawableStrokeDashOffset

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

Specifies the offset into the dash pattern to start the dash.

public sealed class DrawableStrokeDashOffset : IDrawableStrokeDashOffset, IDrawable
Inheritance
DrawableStrokeDashOffset
Implements
IDrawableStrokeDashOffset
IDrawable
Inherited Members

Constructors

DrawableStrokeDashOffset(double)

Initializes a new instance of the DrawableStrokeDashOffset class.

public DrawableStrokeDashOffset(double offset)

Parameters

offset double

The dash offset.

Properties

Offset

Gets or sets the dash offset.

public double Offset { get; set; }

Property Value

double