WPF: Get single points of a Path?

Posted by stefan.at.wpf on Stack Overflow See other posts from Stack Overflow or by stefan.at.wpf
Published on 2010-04-15T01:11:13Z Indexed on 2010/04/15 1:13 UTC
Read the original article Hit count: 464

Filed under:
|

Hello, I have a Path in WPF and I'd like to get the single points of this path. Is this somehow possible? (I used a WPF built-in PathSegment and I'd like to get the points that WPF calculated)

Thanks for any hint!

© Stack Overflow or respective owner

Related posts about wpf

Related posts about path