Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'trozoimagen es un objeto image
- paint.Begin(trozoimagen)
- Paint.DrawImage(Image.Load("transparente550x201.png"), 0, 0)
- Paint.Stroke
- ....
- ....
- 'dibujo de barras
- ....
- Paint.MoveTo(l + posX, 1 + posY)
- Paint.lineto(l + posX, bcHeight * 1.2 + posY)
- Paint.Stroke
- ....
- 'dibujo de textos
- ....
- Paint.Text(Left(bcode, 1), posX - barThickness * 6, posY + bcHeight * 1.02 + 25)
- Paint.Text(Mid(bcode, 2, 6), posX + barThickness * 9 + 20, posY + bcHeight * 1.02 + 25)
- Paint.Text(Right(bcode, 6), posX + barThickness * 58, posY + bcHeight * 1.02 + 25)
- Paint.Stroke
- ....
- trozoimagen.Save("/tmp/codigoBarras.png")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement