ImageMagick.DrawablePushClipPath.DrawablePushClipPath C# (CSharp) Method

DrawablePushClipPath() public method

Initializes a new instance of the DrawablePushClipPath class.
public DrawablePushClipPath ( string clipPath )
clipPath string The ID of the clip path.
    public DrawablePushClipPath(string clipPath)
    {
      ClipPath = clipPath;
    }