2007年9月24日

《Applications=Code+Markup》读书笔记 2(第二章 基本画刷)

摘要: Color 可以new出来,也可以通过它的静态方法Color.FromRgb(r,g,b)或Color.FromArgb(a,r,g,b)获得 Color是一个struct. System.Window.Media命名空间下还有一些Colors的类,包含141个static的只读的属性 (whose names begin alphabetically with AliceBlue and Ant... 阅读全文

posted @ 2007-09-24 23:56 caoyang.org 阅读(374) 评论(0) 推荐(0) 编辑

《Applications=Code+Markup》读书笔记 1(第一章 初识Application和Window)

摘要: 知识点 [STAThread] WPF程序的Main函数必须声明为[STAThread]: In any WPF program, the [STAThread] attribute must precede Main or the C# compiler will complain. This attribute directs the threading model of the initi... 阅读全文

posted @ 2007-09-24 22:02 caoyang.org 阅读(314) 评论(0) 推荐(0) 编辑

导航