我完全厌倦了Rectangle
在路径图中添加一个。以下是我尝试过的代码,但结果不正确Rectangle
:
PathGeometry geom = new PathGeometry();
Geometry g = new RectangleGeometry(myrectangel);
geom.AddGeometry(g);
PathFigureCollection collection = geom.Figures;
pathfigure = collection[0];
还有其他方法吗?