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