ImageMagick.DrawableStrokeDashOffset.DrawableStrokeDashOffset C# (CSharp) Метод

DrawableStrokeDashOffset() публичный Метод

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