随笔分类 -  Windows_8.C#

摘要:之前的Uri(@"/.../...", UriKind.Relative);运行时会出错。varimgbrush=newImageBrush();imgbrush.ImageSource=newBitmapImage(newUri("ms-resource://StrokePr04/Images/image_sample_01.jpg")); 阅读全文
posted @ 2011-12-22 15:58 Carrot 阅读(209) 评论(0) 推荐(0)
摘要:Drop C# for a long time, just warm up.DelegateOfficial definitionA delegate is a type that safely encapsulates a method, similar to a function pointer in C and C++. Unlike C function pointers, delegates are object-oriented, type safe, and secure. The type of a delegate is defined by the name of the 阅读全文
posted @ 2011-11-02 18:21 Carrot 阅读(268) 评论(0) 推荐(0)