8,757
社区成员
发帖
与我相关
我的任务
分享 <Path Stroke="Blue" StrokeThickness="1" Fill="Blue" Name="PanUp">
<Path.Data>
<GeometryGroup FillRule="Nonzero">
<!--<LineGeometry StartPoint="40,40" EndPoint="75,75" />
<LineGeometry StartPoint="75,75" EndPoint="110,40" />
<LineGeometry StartPoint="110,40" EndPoint="40,40"/>-->
<PathGeometry >
<PathGeometry.Figures >
<PathFigure StartPoint="110,40">
<PathFigure.Segments>
<ArcSegment Size="50,50" RotationAngle="45" IsLargeArc="False" SweepDirection="Counterclockwise" Point="40,40"/>
<LineSegment Point="75,75" ></LineSegment>
<LineSegment Point="110,40"></LineSegment>
</PathFigure.Segments>
</PathFigure>
</PathGeometry.Figures>
</PathGeometry>
</GeometryGroup>
</Path.Data>
</Path>
<Path Stroke="Blue" StrokeThickness="1" Fill="Blue" Name="PanUp">
<Path.Data>
<GeometryGroup FillRule="Nonzero">
<!--<LineGeometry StartPoint="40,40" EndPoint="75,75" />
<LineGeometry StartPoint="75,75" EndPoint="110,40" />
<LineGeometry StartPoint="110,40" EndPoint="40,40"/>-->
<PathGeometry >
<PathGeometry.Figures >
<PathFigure StartPoint="40,40" IsFilled="True" >
<PathFigure.Segments >
<LineSegment Point="75,75" ></LineSegment>
<LineSegment Point="110,40"></LineSegment>
</PathFigure.Segments>
</PathFigure>
<PathFigure StartPoint="110,40">
<PathFigure.Segments>
<ArcSegment Size="50,50" RotationAngle="45" IsLargeArc="False" SweepDirection="Counterclockwise" Point="40,40"/>
</PathFigure.Segments>
</PathFigure>
</PathGeometry.Figures>
</PathGeometry>
</GeometryGroup>
</Path.Data>
</Path>