ImageMagick.DrawablePushClipPath.DrawablePushClipPath C# (CSharp) Méthode

DrawablePushClipPath() public méthode

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