Output text in a graphic file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matt P

    Output text in a graphic file

    Hi there....

    I'd like to be able to output text in a BMP or JPG file programatically
    for use in a wallpaper file.... something like the Sysinternals BGInfo
    is the effect I am looking for. (Don't worry, I'm not trying recreate
    BGInfo, I want to be able to pass different kinds of information using
    this technique, it's just the best analogy I could come up with)

    Any help would be appreciated.

    mp
  • Roman Wagner

    #2
    Re: Output text in a graphic file

    Take a look at Graphics.FromIm age

    Draw your text with Graphics.DrawSt ring and after all save the image.

    Comment

    Working...