Does anyone know how to create a 'canvass' in memory to draw on? In VB6 I achieved this by using the CreateCompatibleDC(), CreateCompatibleBitmap(), and SelectObject() API calls.
I realise I can still call API's from .NET but is there a way to do this with the System.Graphics NameSpace - or using GDI+?
Any help / suggestions would be great!
Thanks in advance..
T0AD
I realise I can still call API's from .NET but is there a way to do this with the System.Graphics NameSpace - or using GDI+?
Any help / suggestions would be great!
Thanks in advance..
T0AD