dear team
i used the following code to draw line on panel background image
Sub Activity_Touch (Action As Int, X As Float, Y As Float)
pnlTest.Color=Colors.Transparent
cvsTest.Initialize(pnlTest)
cvsTest.DrawLine(x1,y1-pnlTest.Top,x2,y2-pnlTest.Top,Colors.Red,LineWidth)
pnlTest.Invalidate
End sub
in the above code if i use colors.transparent line drawed correctly. but image hide.
so if i remove that line line image showed and line drawed multiple or bended line .
what wrong with my code help me.
thanks in advance
sorry for my english
i used the following code to draw line on panel background image
Sub Activity_Touch (Action As Int, X As Float, Y As Float)
pnlTest.Color=Colors.Transparent
cvsTest.Initialize(pnlTest)
cvsTest.DrawLine(x1,y1-pnlTest.Top,x2,y2-pnlTest.Top,Colors.Red,LineWidth)
pnlTest.Invalidate
End sub
in the above code if i use colors.transparent line drawed correctly. but image hide.
so if i remove that line line image showed and line drawed multiple or bended line .
what wrong with my code help me.
thanks in advance
sorry for my english