Esempio n. 1
0
        protected override void Test(string FileName, params KeyValuePair <string, object>[] ContentAttachments)
        {
            Layout2DDocument Doc      = Layout2DDocument.FromFile("Xml\\" + FileName + ".xml", ContentAttachments);
            RenderSettings   Settings = new RenderSettings();

            using (SKImage Image = Doc.Render(Settings, out Map[] _))
Esempio n. 2
0
 protected virtual void Test(string FileName, params KeyValuePair <string, object>[] ContentAttachments)
 {
     Layout2DDocument.FromFile("Xml\\" + FileName + ".xml", ContentAttachments);
 }
Esempio n. 3
0
 protected virtual void Test(string FileName)
 {
     Layout2DDocument.FromFile("Xml\\" + FileName);
 }
Esempio n. 4
0
        protected override void Test(string FileName)
        {
            Layout2DDocument Doc = Layout2DDocument.FromFile("Xml\\" + FileName);

            using (SKImage Image = Doc.Render(800, 600, 1, 0, 0, out Map[] _))