Class DrawablePath
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Draws a set of paths.
public sealed class DrawablePath : IDrawablePath, IDrawable
- Inheritance
-
DrawablePath
- Implements
-
IDrawablePathIDrawable
- Inherited Members
Constructors
DrawablePath(params IPath[])
Initializes a new instance of the DrawablePath class.
public DrawablePath(params IPath[] paths)
Parameters
paths
IPath[]The paths to use.
DrawablePath(IEnumerable<IPath>)
Initializes a new instance of the DrawablePath class.
public DrawablePath(IEnumerable<IPath> paths)
Parameters
paths
IEnumerable<IPath>The paths to use.
Properties
Paths
Gets the paths to use.
public IReadOnlyCollection<IPath> Paths { get; }
Property Value
- IReadOnlyCollection<IPath>