Visual Basic 2008 Tutorial ~ Drawing Simple Graphic Text

preview_player
Показать описание
This video demonstrates how to draw simple a graphic text, in visual basic 2008.

Form1_Paint:
Dim fontobj As Font
fontobj = New System.Drawing.Font("Blackadder ITC", 20, FontStyle.Underline)
e.Graphics.DrawString("Danny", fontobj, Brushes.DarkRed, 10, 10
Рекомендации по теме
Комментарии
Автор

is there Any Codes to control my drawing ? like change the color if I click it ?

jhakejacobo
Автор

Sorry don't understand what you are saying.

monsterhunter