How to break an image in triangle pieces
I'm trying to fragment an image into several smaller triangles in WPF or Silverlight. I've looked around but most of the cropping looks开发者_运维百科 like its done using the clone method which only takes a rectangle.
精彩评论