ImageMagick.DrawableStrokeDashOffset.DrawableStrokeDashOffset C# (CSharp) Method

DrawableStrokeDashOffset() public method

Initializes a new instance of the DrawableStrokeDashOffset class.
public DrawableStrokeDashOffset ( double offset )
offset double The dash offset.
    public DrawableStrokeDashOffset(double offset)
    {
      Offset = offset;
    }