In a canvas, in mousedrag event, I create a dragitem:
dim dragLabel As DragItem
dragLabel = New DragItem(targetimagewell, x,y,my20pximage.width,my20pximage.height,my20pximage)
dragLabel.Drag
The image I assign is 20 x 20 pixels in size.
While dragging it about, it displays around 400 or more pixels in size… huge and blurry
What would cause that?