gsilvey
04-16-2004, 03:03 PM
I am using very simple DrawString code. The text displays, but after resizing the form, it goes away. Is there some additioinal call I need?
The code is something like:
Dim gr As Graphics = Me.ipInkPicture.CreateGraphics
gr.DrawString("This is a test", Font, Brushes.Black, x, y)
gr.Flush(Drawing2D.FlushIntention.Sync)
The code is something like:
Dim gr As Graphics = Me.ipInkPicture.CreateGraphics
gr.DrawString("This is a test", Font, Brushes.Black, x, y)
gr.Flush(Drawing2D.FlushIntention.Sync)