Search found 1 match

by indianahorst
Tue Dec 14, 2004 7:01 am
Forum: GFL SDK
Topic: Resize an Image using Callback Functions
Replies: 1
Views: 1637

Resize an Image using Callback Functions

Hi,
I would like to resize an Image using the callback functions.
What values do I have do enter in MODE and FLAGS in the Function gflResize

Here is my code, but the size of the picture isn't changed:

Private Sub Form_Load()
Dim GflBitmap As GFL_BITMAP
Dim PtrBitmap As Long
Dim GflLoadParams ...