Search found 5 matches

by johnf
Fri May 22, 2015 1:31 pm
Forum: .NET
Topic: colorgrid takes long time to draw and resize
Replies: 9
Views: 16439

Re: colorgrid takes long time to draw and resize

Hi Christopher,

Where did you place the calls to the stopwatch?

John
by johnf
Thu May 21, 2015 2:51 am
Forum: .NET
Topic: colorgrid takes long time to draw and resize
Replies: 9
Views: 16439

Re: colorgrid takes long time to draw and resize

Hi Christopher,

Thanks for the reply. How are you getting the times to draw and resize?
Where in the profiling report are you looking?
Picture1.png
Picture1.png (303.21 KiB) Viewed 16567 times
John
by johnf
Wed May 20, 2015 1:18 pm
Forum: .NET
Topic: colorgrid takes long time to draw and resize
Replies: 9
Views: 16439

Re: colorgrid takes long time to draw and resize

When I drag the corner of the window to resize it, the redraw takes almost twice as long than the initial rendering.
Do you notice this on your computer?
by johnf
Wed May 20, 2015 2:50 am
Forum: .NET
Topic: colorgrid takes long time to draw and resize
Replies: 9
Views: 16439

Re: colorgrid takes long time to draw and resize

I do not get the flat line like you. Also, try resizing the window. I get that the resize takes almost twice as long. In addition (although it has been a while since I looked at this) I had found that in the past using this._chart.Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighSpe...
by johnf
Mon May 18, 2015 3:00 pm
Forum: .NET
Topic: colorgrid takes long time to draw and resize
Replies: 9
Views: 16439

colorgrid takes long time to draw and resize

Hi, I am using a colorgrid to generate an image where the number of points can be large (i.e. 1000x1000 or 2000x2000). The color grid takes a long time to generate the plot and also every time I resize the plot it also takes a long time. I recall a version back in 2007 that did this faster. See atta...