How can I resizing TBitmap in Lazarus
I tried to resizing a TBitmap in my program, but it always shows me a small piece from it. The Tbitmap original size is 640480 and I would like enlarge it to Form1.width2 and Form1.height*2.
I tried to resizing a TBitmap in my program, but it always shows me a small piece from it. The Tbitmap original size is 640480 and I would like enlarge it to Form1.width2 and Form1.height*2.