Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用一组点在水墨画布上画一个笔触。如何转换StylusPointCollection或点成StrokeCollection?
StylusPointCollection
StrokeCollection
你真的是这个意思Stroke吗?
Stroke
您可以简单地使用的构造函数Stroke从StylusPointCollection.
public Stroke ( StylusPointCollection stylusPoints )