Torna al Thread

Dim MyBitMap As New Bitmap(200, 200) 'imposti la dimensione che vuoi Dim g = Graphics.FromImage(MyBitMap) ' recuperi il graphic g.DrawLine(myPen, OldCoord, e.Location) ' fai tutto quello che facevi prima solo che usi il graphic della bitmap g.FillEllipse(myBrush, e.X - (brSize / 2), e.Y - brSize / 2, brSize, brSize) ... ... 'infine salvi la bitmap MyBitMap.Save("...")
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5