The Christmas is coming and I got idea to send electricity card (little program). Something like dropping snow would be fine. But it is little bit boring something nice extra effects would be nice. Then I find this little flash example. http://wonderfl.net/code/71344f9a655053d9f793a32c68f00921c67f1977
But I don’t have idea how to convert theses lines (47-49) to C#.
this._forceMap = new BitmapData(465, 465, false, 0x0);
this._forceMap.draw(tf, tf.transform.matrix);
this._forceMap.applyFilter(this._forceMap,
this._forceMap.rect,
new Point(0, 0),
new BlurFilter(8, 8));