How to clear canvas?
draw circle above an bitmap image
imageview1 is defined in layout
Dim ImageView1 As ImageView
fretBoardCanvas.Initialize(Imageview1)
fretBoardCanvas.DrawCircle(22dip,45dip,20dip,Colors.Blue,True,1dip)
above works, but now how to clear the fretBoardCanvas?
grCor
grCor
draw circle above an bitmap image
imageview1 is defined in layout
Dim ImageView1 As ImageView
fretBoardCanvas.Initialize(Imageview1)
fretBoardCanvas.DrawCircle(22dip,45dip,20dip,Colors.Blue,True,1dip)
above works, but now how to clear the fretBoardCanvas?
grCor
grCor
Last edited: