uwp - Get info about a line using Win2d C# -


i'm drawing line win2d , c# uwp. infomation line such line length , list of points used create line. i've tried know , can't figure out solution. maybe i'm approaching wrong angle? can help?

enter image description here

if have information start , end, can't apply this? length = (y1 - y2)^2 + (x1 - x2)^2


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -