ImageMagick.XmpProfile.FromIXPathNavigable C# (CSharp) Method

FromIXPathNavigable() public static method

Creates an instance from the specified IXPathNavigable.
public static FromIXPathNavigable ( IXPathNavigable document ) : XmpProfile
document IXPathNavigable A document containing the profile.
return XmpProfile
    public static XmpProfile FromIXPathNavigable(IXPathNavigable document)
    {
      return new XmpProfile(document);
    }