hi
iam writting application where rendering point by point on
inkpicture captured by newpackets event in another application. i have
two problems here. if i use inkpicture.creategraphics () ink is staying
if i minimise or max its vanishing. suppose if i attach an image to it
as inkpicture.image = new bitmap(inkpicture.height,inkpicture.width),
g=graphics.fromimage(inkpicture). then i have to refresh the inkpicture
after each point rendering, but this refresh is taking more time
ultimates its slowing down the rendering. can anyone help me.