Class DrawableStrokeLineCap
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Specifies the shape to be used at the end of open subpaths when they are stroked.
public sealed class DrawableStrokeLineCap : IDrawableStrokeLineCap, IDrawable
- Inheritance
-
DrawableStrokeLineCap
- Implements
-
IDrawableStrokeLineCapIDrawable
- Inherited Members
Constructors
DrawableStrokeLineCap(LineCap)
Initializes a new instance of the DrawableStrokeLineCap class.
public DrawableStrokeLineCap(LineCap lineCap)
Parameters
lineCap
LineCapThe line cap.
Properties
LineCap
Gets or sets the line cap.
public LineCap LineCap { get; set; }
Property Value
- LineCap