Announcement

Collapse
No announcement yet.

DrawImage

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • DrawImage

    Hello

    I got some problems while Im trying to draw a usercontroll on a Form. My goal is to paint a new Form like in Office 2007. But when I use Graphics.DrawImage and resize my Image to a bigger size (stretch it) the image become transparent , like it is shown in the picture i load up as attachment. Can someone help ? I tried it by using texturebrush but this also does not works fine.
    Attached Files

  • #2
    I Got It

    After searching the internet for a solution i found the imageattribute class chich allowes to tile the image. It works great

    Comment

    Working...
    X