ImageMagick.DrawablePushClipPath.DrawablePushClipPath C# (CSharp) Метод

DrawablePushClipPath() публичный Метод

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;
    }