Is it possible to draw simultaneously on a panel?
Posted
by swift
on Stack Overflow
See other posts from Stack Overflow
or by swift
Published on 2010-04-08T05:05:23Z
Indexed on
2010/04/08
5:13 UTC
Read the original article
Hit count: 162
I have to develop a whiteboard application in which both the local user and the remote user should be able to draw simultaneously, is this possible? If possible then any logic?
I have already developed a code but in which i am not able to do this, when the remote user starts drawing the shape which i am drawing is being replaced by his shape and co-ordinates. This problem is only when both draw simultaneously.
any idea guys?
© Stack Overflow or respective owner