C
C
I have confused myself by reading too much. There are too many ways of
AutoReDraw = True in VB.net.
New Graphics object is said to be expensive in terms of memory. Why
not dispose after use?
On Paint does not seem to get updated.
I tried Graphics.FromImage way but it does not persist. Obviously, I
have a lot to learn in VB.net.
I have a lot of forms which plot either points or curves depending on
what the user asks for (clicks). I am trying to figure out a simple
way of modifying the VB6 code. The part I am not sure about is (1) how
best to create persistent graphics, and (2) whether I should create
public classes of plots with two methods - for points and for curves
from an array of points. Any comments will be appreciated.
AutoReDraw = True in VB.net.
New Graphics object is said to be expensive in terms of memory. Why
not dispose after use?
On Paint does not seem to get updated.
I tried Graphics.FromImage way but it does not persist. Obviously, I
have a lot to learn in VB.net.
I have a lot of forms which plot either points or curves depending on
what the user asks for (clicks). I am trying to figure out a simple
way of modifying the VB6 code. The part I am not sure about is (1) how
best to create persistent graphics, and (2) whether I should create
public classes of plots with two methods - for points and for curves
from an array of points. Any comments will be appreciated.