AJUDA COM SALVAR IMAGEM
PESSOAL ESTOU SALVANDO UM BMP MAIS AO SALVAR ELE ESTA GERANDO UM BORDA OU COMENDO PARTE DA FOTO...
Using bmp As New Bitmap(PictureBox1.Width, PictureBox1.Height)
PictureBox1.DrawToBitmap(bmp, PictureBox1.Bounds)
bmp.Save([Ô]Cupom.jpeg[Ô])
End Using
Ao salvar fica desta forma Se eu adicionar +15 no width e + 10 no height fica desta forma
Using bmp As New Bitmap(PictureBox1.Width, PictureBox1.Height)
PictureBox1.DrawToBitmap(bmp, PictureBox1.Bounds)
bmp.Save([Ô]Cupom.jpeg[Ô])
End Using
Ao salvar fica desta forma Se eu adicionar +15 no width e + 10 no height fica desta forma
Nao da pra ver pois a borda e branca kkkkkk
ao efetuar a mudanca...tive esse resuldado da foto
Using bmp As New Bitmap(PictureBox1.Width, PictureBox1.Height)
PictureBox1.DrawToBitmap[txt-color=#e80000](bmp, PictureBox1.ClientRectangle)[/txt-color]
bmp.Save([Ô]Cupom.jpeg[Ô])
End Using
Using bmp As New Bitmap(PictureBox1.Width, PictureBox1.Height)
PictureBox1.DrawToBitmap[txt-color=#e80000](bmp, PictureBox1.ClientRectangle)[/txt-color]
bmp.Save([Ô]Cupom.jpeg[Ô])
End Using
Resolvido...
Tópico encerrado , respostas não são mais permitidas