[效果]Silverlight Follower effects
移动鼠标试试看
使用WriteableBitmap重构:
核心代码:
使用WriteableBitmap重构:
核心代码:
继续改进:WriteableBitmap wb;
wb = new WriteableBitmap(Convert.ToInt32(App.Current.Host.Content.ActualWidth), Convert.ToInt32(App.Current.Host.Content.ActualHeight));imgOut.Source = wb;wb.Invalidate();wb.Render(content, null);