Exemplo n.º 1
0
        //===========================================================================================
        private void ReplacePaths(XElement annotation)
        {
            foreach (ConstructorInfo[] constructors in _GraphicsMagickNET.GetPaths())
            {
                annotation.AddBeforeSelf(CreateElement(constructors));
            }

            annotation.Remove();
        }