Using gfx As Graphics = Me.PictureBox1.CreateGraphics()
Dim fnt As Font = New Font("Arial", 10.0)
gfx.DrawString("hello, world", fnt, Brushes.Black, 10.0, 10.0)
End Using
You can find information about the types and methods used here in MSDN.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.