{ }
Public int x = 0; Public int y = 0;
//图形数据
Public class PicElement:Element { Public byte[] data = null; Public int width = 0; Public int height = 0; }
//文本数据
Public class TextElement:Element { Public Text word = null; } //帧
Public class Frame { Public byte[] bgpic = null; Public byte[] bgmusic = null; Public string bgcolor = null; Public int timer = 0; Public ArrayList
彩信预览器 C#描述:
用户配置
1:新建彩信的默认帧数 2:默认的帧播放时间 C#描述:
Public class UserConfig {
6 / 7
}
Public int defaultFrameCount = 5; Public double playerSecond = 2.2;
基本的框架就是如此。
还有一些中间格式的介绍这里就不详细描述。 初步确定开发的平台为:Windows .Net 使用的开发语言为:C#
如果你有特殊要求,可以事先和我说。
本来应该提供一些UI的雏形做为架构文档的一部分。 但是我已经说了,DEMO中将包括此UI。 所以这里也就不画舍添足。
7 / 7