本文介绍了如何在WPF中通过点创建几何?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目标:添加点以形成几何.
问题:该怎么做?
解决方法:我可以创建折线,然后通过RenderedGeometry将其转换为几何.
注意:必须使用不带XAML的C#代码完成.

Goal: To add points to form a geometry.
Question: How to do it?
Workaround: I can create Polyline and convert it into a geometry by RenderedGeometry.
Note: It must be done using C# code without XAML.

推荐答案


这篇关于如何在WPF中通过点创建几何?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 16:59