如何用形状剪辑PathFigure?

时间:2017-05-26 16:30:27

标签: c# wpf canvas

需要头脑风暴。我想解决以下问题。 Image. 线(选定)应该不存在。

<Path  Name="form" Fill="#FF2D7C7C" Opacity="1" Visibility="Visible" StrokeThickness="0.5" >
            <Path.Data>
                <PathGeometry> 
                    <PathFigure x:Name="forme"  StartPoint="205, 142.5">
                        <PolyQuadraticBezierSegment x:Name="form_gg" Points="231.5, 162.5  258, 142.5,
                                                    276, 140.5 284, 147.3,
                                                    285, 190.3 260, 248.3,
                                                    269, 248.3 203, 248.3
                                                    176, 190.3 179.4, 147.3,
                                                    187.4, 140.3, 205, 142.5" >

                        </PolyQuadraticBezierSegment>
                    </PathFigure>


                </PathGeometry>
            </Path.Data>
        </Path>
        <Polyline Stroke="Black" StrokeThickness="4"
                  Points="205, 145, 205, 255, 215, 145, 215, 255, 225, 145"></Polyline>

请帮助实现这项任务。

0 个答案:

没有答案