wpf绘制复杂图形案例

<!--头部-->
    <Grid  Grid.Row="0" Width="450" Height="150">
        <Grid.Effect>
            <DropShadowEffect Color="#7fcef9" BlurRadius="16" ShadowDepth="1" Opacity="0.9"/>
        </Grid.Effect>
        <!--绘制图形-->
        <Canvas x:Name="mainCanvas"  Width="450" Height="300">
            <Path Stroke="White" StrokeThickness="2" HorizontalAlignment="Left">

                <Path.Fill>
                    <ImageBrush  ImageSource="Image/load1.png"   Opacity="0.8"></ImageBrush>
                </Path.Fill>
                <Path.Data>
                    <PathGeometry>
                        <PathFigure IsClosed="True" StartPoint="20,0">
                            <ArcSegment Point="0,20" Size="20,20"/>
                            <LineSegment Point="0,40"/>
                            <LineSegment Point="0,100"/>
                            <!--<ArcSegment Point="20,60" Size="20,20"/>-->
                            <LineSegment Point="225,140"/>
                            <!--<LineSegment Point="158,60"/>-->
                            <LineSegment Point="450,100"/>
                            <!--<ArcSegment Point="178,0" Size="20,20"/>-->
                            <LineSegment Point="450,20"/>
                            <ArcSegment Point="430,0" Size="20,20"/>
                        </PathFigure>
                    </PathGeometry>
                </Path.Data>
            </Path>
        </Canvas>
        <StackPanel Grid.Row="1"  Orientation="Horizontal"  VerticalAlignment="Top"  Height="110" Width="420">
            <Image Source="Image/ty.png" Width="70" Height="90"></Image>
            <Label></Label>
            <StackPanel  HorizontalAlignment="Center" Orientation="Vertical" Width="350" Height="90">
                <StackPanel.Effect>
                    <DropShadowEffect Color="#7fcef9" BlurRadius="16" Opacity="0.9"/>
                </StackPanel.Effect>
                <Label Content="供 热 自 助 缴 费 终 端" Foreground="#84e7ed"  FontSize="30"></Label>
                <Label Content="HEATING SELF-HELP PAYMENT TERMINAL" Foreground="#84e7ed"  FontSize="15" VerticalAlignment="Center"></Label>
            </StackPanel>

        </StackPanel>
        <!--<Grid.Background>
                <ImageBrush  ImageSource="Image/t4.png"   Opacity="1"></ImageBrush>
            </Grid.Background>
            <Grid.RowDefinitions>
                <RowDefinition Height="10"></RowDefinition>
                <RowDefinition Height="80"></RowDefinition>
            </Grid.RowDefinitions>
            <StackPanel Grid.Row="1"  Orientation="Horizontal" HorizontalAlignment="Center"  Width="400">
               
                <Image Source="Image/ty.png" Width="70" Height="90"></Image>
                <Label></Label>
                <StackPanel  HorizontalAlignment="Center" Orientation="Vertical" Width="350">
                    <StackPanel.Effect>
                        <DropShadowEffect Color="#7fcef9" BlurRadius="16" Opacity="0.9"/>
                    </StackPanel.Effect>
                    <Label Content="供 热 自 助 缴 费 终 端" Foreground="#84e7ed"  FontSize="30"></Label>
                       <Label Content="HEATING SELF-HELP TERMINAL" Foreground="#84e7ed"  FontSize="15" VerticalAlignment="Center"></Label>
                </StackPanel>
             
            </StackPanel>-->
    </Grid>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

奔跑的熊猫

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值