コード例 #1
0
ファイル: View.Draw.cs プロジェクト: galaxyyao/TouhouGrave
		private void DrawContentImage(Document doc)
		{
            AtlasWriter.CompositeImage(ContentImage, doc.Atlas, doc.SubImages);
		}
コード例 #2
0
ファイル: View.cs プロジェクト: galaxyyao/TouhouGrave
		public void Reload(Document doc)
		{
			Resize(doc.Atlas.Width, doc.Atlas.Height);
			DrawContentImage(doc);
			DrawFinalImage();
		}