I have 2 path objects in my android code.I have tried all the way to check whether these paths are intersected or not, but not able to do it. How can I check whether the paths are intersected or not. Appreciate any good response,
Thanks !
I have 2 path objects in my android code.I have tried all the way
Share
have a look at Region.op
I haven’t tried it but I would suggest to use:
to get a region from both of your paths and afterwards you can use:
to check for intersection…