Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

is it possible to gesture draw like Circle, Cross or triangle?

$
0
0

i got a simple code from touch source like

if (newPoint.X >= previousPoint.X && newPoint.Y >= previousPoint.Y) midpoint = newPoint; // if we're stroking up (moving right x and up y [y axis is flipped]) else if (newPoint.X >= previousPoint.X && newPoint.Y <= previousPoint.Y)

but i wonder is there a way to when i draw square , says me its square!

thanks


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>