Table of Contents

Class DrawableStrokeLineJoin

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

Specifies the shape to be used at the corners of paths (or other vector shapes) when they are stroked.

public sealed class DrawableStrokeLineJoin : IDrawableStrokeLineJoin, IDrawable
Inheritance
DrawableStrokeLineJoin
Implements
IDrawableStrokeLineJoin
IDrawable
Inherited Members

Constructors

DrawableStrokeLineJoin(LineJoin)

Initializes a new instance of the DrawableStrokeLineJoin class.

public DrawableStrokeLineJoin(LineJoin lineJoin)

Parameters

lineJoin LineJoin

The line join.

Properties

LineJoin

Gets or sets the line join.

public LineJoin LineJoin { get; set; }

Property Value

LineJoin