示例#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[] _))
示例#2
0
 protected virtual void Test(string FileName, params KeyValuePair <string, object>[] ContentAttachments)
 {
     Layout2DDocument.FromFile("Xml\\" + FileName + ".xml", ContentAttachments);
 }
示例#3
0
 protected virtual void Test(string FileName)
 {
     Layout2DDocument.FromFile("Xml\\" + FileName);
 }
示例#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[] _))