Hello,
Hello, I have a problem with gflAutoCrop:
procedure TFormEdicion.Button1Click(Sender: TObject);
var
Pgfl_colorRotar: TGFL_COLOR;
begin
.
.
.
Pgfl_colorRotar.Red := 0;
Pgfl_colorRotar.Green := 0;
Pgfl_colorRotar.Blue := 0;
Pgfl_ColorRotar.Alpha := 0;
eE := gflRotateFine(gfl_bmpE,nil,5 ...
Search found 82 matches
- Fri Mar 07, 2008 11:50 pm
- Forum: GFL SDK
- Topic: gflAutoCrop
- Replies: 1
- Views: 1275
- Fri Mar 07, 2008 10:41 pm
- Forum: GFL SDK
- Topic: gflCrop and GFL_RECT
- Replies: 3
- Views: 1815
- Tue Jan 29, 2008 11:13 pm
- Forum: GFL SDK
- Topic: gflCrop and GFL_RECT
- Replies: 3
- Views: 1815
gflCrop and GFL_RECT
Hello, I have a problem with gflCrop and GFL_RECT.
if:
var
AreaAjusteFino : PGFL_RECT;
.
.
AreaAjusteFino.x := 10;
then Error: Access violation at address...
but
AreaAjusteFino : TFL_RECT;
.
.
.
e2 := gflCrop(gfl_bmp2,nil,AreaAjusteFino)
then 'Incompatible types: PGFL_RECT and TGFL ...
if:
var
AreaAjusteFino : PGFL_RECT;
.
.
AreaAjusteFino.x := 10;
then Error: Access violation at address...
but
AreaAjusteFino : TFL_RECT;
.
.
.
e2 := gflCrop(gfl_bmp2,nil,AreaAjusteFino)
then 'Incompatible types: PGFL_RECT and TGFL ...
- Sun Aug 05, 2007 3:43 pm
- Forum: GFL SDK
- Topic: gflGetColorAt
- Replies: 7
- Views: 3203
- Sat Jul 21, 2007 11:48 am
- Forum: GFL SDK
- Topic: gflGetColorAt
- Replies: 7
- Views: 3203
- Fri Jul 20, 2007 8:16 am
- Forum: GFL SDK
- Topic: gflGetColorAt
- Replies: 7
- Views: 3203
- Thu Jul 19, 2007 8:18 pm
- Forum: GFL SDK
- Topic: gflGetColorAt
- Replies: 7
- Views: 3203
gflGetColorAt
Hello, on having used
var
gfl_bmp: PGFL_BITMAP;
pixel_color: PGFL_COLOR;
......
gflGetColorAt(gfl_bmp,10,10,pixel_color);
produces the following mistake:
Access violation at address....
Why does this happen?
var
gfl_bmp: PGFL_BITMAP;
pixel_color: PGFL_COLOR;
......
gflGetColorAt(gfl_bmp,10,10,pixel_color);
produces the following mistake:
Access violation at address....
Why does this happen?