随笔分类 - Windows_8.C#
摘要:之前的Uri(@"/.../...", UriKind.Relative);运行时会出错。varimgbrush=newImageBrush();imgbrush.ImageSource=newBitmapImage(newUri("ms-resource://StrokePr04/Images/image_sample_01.jpg"));
阅读全文
摘要: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
阅读全文
浙公网安备 33010602011771号