ImageMagick.XmpProfile.FromXDocument C# (CSharp) 메소드

FromXDocument() 공개 정적인 메소드

Creates an instance from the specified IXPathNavigable.
public static FromXDocument ( System.Xml.Linq.XDocument document ) : XmpProfile
document System.Xml.Linq.XDocument A document containing the profile.
리턴 XmpProfile
    public static XmpProfile FromXDocument(XDocument document)
    {
      return new XmpProfile(document);
    }
#endif