Recent

Author Topic: Imagelist getfullbitmap as column, but redded as row  (Read 2488 times)

Zaher

  • Hero Member
  • *****
  • Posts: 683
    • parmaja.org
Imagelist getfullbitmap as column, but redded as row
« on: October 12, 2016, 12:24:02 am »
I have Imagelist had a few images (16x16)
I want to take this full images in one image i used
Imagelist.GetFullBitmap
I get me images as one images but as coulmn (up to down)
After that i want to read it again after do some effects, but it add splite it as images in one row (right to left)
Is that but or there is another function should I use?

An example in the attachment
« Last Edit: October 12, 2016, 09:08:14 pm by Zaher »

Zaher

  • Hero Member
  • *****
  • Posts: 683
    • parmaja.org
Re: Imagelist getfullbitmap as column, but readded as row
« Reply #1 on: October 12, 2016, 12:24:47 am »
This part of the code

Code: [Select]
procedure TForm1.ToolBar1Click(Sender: TObject);
begin

end;

procedure TForm1.Button1Click(Sender: TObject);
begin
  ImageList1.GetFullBitmap(Image1.Picture.Bitmap);
end;

procedure TForm1.BitBtn1Click(Sender: TObject);
begin
  ImageList1.Clear;
  ImageList1.AddMasked(Image1.Picture.Bitmap, clFuchsia);
end;
     


 

TinyPortal © 2005-2018