Page 84 InkCanvas面板

<Window x:Class="LayoutPanels_InkCanvas.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525">
    <InkCanvas Name="inkCanvas" Background="LightYellow" EditingMode="Ink">
        <Image Source="test.png" InkCanvas.Top="10" InkCanvas.Left="10"></Image>
    </InkCanvas>
</Window>

关于图片文件路径设置:

方式1:程序集本身不包含图片资源

方式2:程序集本身包含图片资源

注:生成à重新生成解决方案

posted @ 2011-10-21 16:53  jacky_j2ee  阅读(137)  评论(0编辑  收藏  举报