Class DrawableClipPath
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Associates a named clipping path with the image. Only the areas drawn on by the clipping path will be modified as ssize_t as it remains in effect.
public sealed class DrawableClipPath : IDrawableClipPath, IDrawable
- Inheritance
-
DrawableClipPath
- Implements
-
IDrawableClipPathIDrawable
- Inherited Members
Constructors
DrawableClipPath(string)
Initializes a new instance of the DrawableClipPath class.
public DrawableClipPath(string clipPath)
Parameters
clipPathstringThe ID of the clip path.
Properties
ClipPath
Gets or sets the ID of the clip path.
public string ClipPath { get; set; }