Announcement

Collapse
No announcement yet.

TBitmap in TPicture

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

  • TBitmap in TPicture

    Wie kann ich ein TBitmap in ein TImage laden ohne den Umweg
    über SaveToFile und LoadFromFile.
    Vielen Dank für Infos.
    Icke

  • #2
    Hallo Günter,<br>das funktioniert unterandrem mit TImage.Picture.Bitmap.LoadFromStream

    Comment


    • #3
      Geht meiner Meinung nach am besten mittels TImage.Picture.Bitmap.Assign(TBitmap);

      Gruß, Dir

      Comment


      • #4
        Hallo Ihr Zwei,
        ich danke Euch für die Tipps.
        Weitergekommen bin ich mit Image1.Picture.Graphic := Bitmap
        Gruß, Günte

        Comment

        Working...
        X