PlaneProjection is not working well in silverlight

Posted by vishal on Stack Overflow See other posts from Stack Overflow or by vishal
Published on 2010-05-17T06:33:08Z Indexed on 2010/05/17 12:20 UTC
Read the original article Hit count: 150

in silverlight project using name attribute in planeprojection gives Error 1 The type or namespace name 'PlaneProjection' could not be found (are you missing a using directive or an assembly reference?)

code i used for that

<Image Name="blabla.jpg" Height="200" Width="200" >
    <Image.Projection>
       <PlaneProjection Name="pp" />
    </Image.Projection>
</Image>

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about name