Mega Code Archive

 
Categories / VB.Net Tutorial / WPF
 

Clip an Image

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">     <Image Source="c:\image.jpg"            Clip="M 300 130 L 250 350 L 450 350 L 400 130 A 0 0 0 1 0 300 130"            Stretch="None" /> </Page>