xml 路径线几何,矩形几何,路径几何

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 路径线几何,矩形几何,路径几何相关的知识,希望对你有一定的参考价值。

<Path Stroke="Blue" StrokeThickness="5">
            <Path.Data>
                <LineGeometry StartPoint="10,20" EndPoint="10,200"></LineGeometry>
            </Path.Data>
        </Path>
        
<Path Stroke="Blue" StrokeThickness="5">
    <Path.Data>
        <RectangleGeometry Rect="10,10,200,100"></RectangleGeometry>
    </Path.Data>
</Path>

<Path Stroke="Blue" StrokeThickness="5">
            <Path.Data>
                <PathGeometry>
                    <PathFigureCollection>
                        <PathFigure StartPoint="10,10">
                            <PathFigure.Segments>
                                <LineSegment Point="10,200"></LineSegment>
                                <ArcSegment Size="50,50" RotationAngle="90" Point="111,22"></ArcSegment>
                            </PathFigure.Segments>
                        </PathFigure>
                    </PathFigureCollection>
                </PathGeometry>
            </Path.Data>
        </Path>

以上是关于xml 路径线几何,矩形几何,路径几何的主要内容,如果未能解决你的问题,请参考以下文章

Direct2D教程简单几何图形

Direct2D处理几何图形之间的碰撞检测(上)

[GYM101173K] CERC 16 C.Convex Contour 计算几何

如何从 Skia 路径几何中获取网格?

几何画板如何演示点的运动路径图形

绘制几何图形