Class DrawablePushClipPath
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Starts a clip path definition which is comprized of any number of drawing commands and terminated by a DrawablePopClipPath.
public sealed class DrawablePushClipPath : IDrawablePushClipPath, IDrawable
- Inheritance
-
DrawablePushClipPath
- Implements
-
IDrawablePushClipPathIDrawable
- Inherited Members
Constructors
DrawablePushClipPath(string)
Initializes a new instance of the DrawablePushClipPath class.
public DrawablePushClipPath(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; }