Dim p As New Picture( 256, 256, 32 )
p.Graphics.ForeColor = CMY(Rnd,Rnd,Rnd)
p.Graphics.FillOval 0,0,256,256
Dim t As Double = Microseconds
For x As Integer = 1 To 20
For y As Integer = 1 To 20
g.DrawPicture p, x*10,y*10
Next
Next
t = (Microseconds-t) / 1000000
Self.Title = Str(t)
Resize the window on a laptop screen and then do it on external monitor.
On my laptop screen( 2x) it’s a lot slower than on an external thats 1x
I’m seeing up to about 30x slower
Nope. Roughly same speed on either display. Of course, my external display has roughly the same resolution as my Retina laptop (3440x1440 vs 2880x1800). Time averaged around 0.002 seconds.
what does the title in the window say ?
drag it from one to the other
are both 1x or 2x or do they vary ?
here I see as much as a 30x difference (1x way faster)