Table of Contents

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
IDrawableClipPath
IDrawable
Inherited Members

Constructors

DrawableClipPath(string)

Initializes a new instance of the DrawableClipPath class.

public DrawableClipPath(string clipPath)

Parameters

clipPath string

The ID of the clip path.

Properties

ClipPath

Gets or sets the ID of the clip path.

public string ClipPath { get; set; }

Property Value

string