Write Text on a Picture.
Write Text on a Picture.
API Declarations
Dear Reader!
I need some help from your side to read .jpg picture and then save it as .jpg after some manipulation.Please contact me.
[email protected]
[email protected]
Rate Write Text on a Picture.
(2(2 Vote))
Dim Msg As String
Picture1.CurrentY = 10
Msg = "Muhammad Abdullah"
MsgWidth = TextWidth(Msg) / 2
BtnWidth = Picture1.ScaleWidth / 2
Picture1.CurrentX = BtnWidth - MsgWidth
Picture1.Print Msg
Msg = "M.Sc. Computer [email protected]"
MsgWidth = TextWidth(Msg) / 2
BtnWidth = Picture1.ScaleWidth / 2
Picture1.CurrentX = BtnWidth - MsgWidth
Picture1.Print Msg
Write Text on a Picture. Comments
No comments yet — be the first to post one!
Post a Comment