D
DaveL
Is Below the approiate way to clear a Canvas of a windows canvas
or is there a better way, what im doing is painting pictures of
different sizes based on user selection on size
Graphics g = CreateGraphics();
g.FillRectangle(new SolidBrush(Color.White), this.ClientRectangle);
//draw text over each picture
//draw picture loop here
thanks DaveL
or is there a better way, what im doing is painting pictures of
different sizes based on user selection on size
Graphics g = CreateGraphics();
g.FillRectangle(new SolidBrush(Color.White), this.ClientRectangle);
//draw text over each picture
//draw picture loop here
thanks DaveL