Triangular Clip Example : Image « Windows Presentation Foundation « C# / C Sharp






Triangular Clip Example

Triangular Clip Example
    
<Window  
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    x:Class="SDKSample.SampleViewer"
    Title="Examples" >

      <Image Clip="M0,150 L100,0 200,150Z"
        Source="c:\image.jpg" 
        Width="200" Height="150" HorizontalAlignment="Left" />

</Window>

   
    
    
    
  








Related examples in the same category

1.Image with ContextMenuImage with ContextMenu
2.Animated Clip ExamplesAnimated Clip Examples
3.Elliptical Clip ExampleElliptical Clip Example
4.ImageBrush within a DrawingBrush.ImageBrush within a DrawingBrush.
5.Using an Image as an Opacity MaskUsing an Image as an Opacity Mask
6.Display a Static ImageDisplay a Static Image
7.Set opacity for ImageSet opacity for Image
8.Set tooltip for ImageSet tooltip for Image
9.Using the Jpeg ImageUsing the Jpeg Image
10.Image elementImage element
11.Image as ResourceImage as Resource
12.Load image with BitmapImageLoad image with BitmapImage
13.Load image in your code and add to gridLoad image in your code and add to grid
14.Use CroppedBitmap in code
15.Transformed image exampleTransformed image example
16.Use Render Target BitmapUse Render Target Bitmap
17.Load image from a URI
18.Modify Image Pixels
19.Add Caption for an Image
20.Load image source from a hard code directoryLoad image source from a hard code directory
21.FormatConvertedBitmap DestinationFormat=Gray4FormatConvertedBitmap DestinationFormat=Gray4