My codes using ImagelibEx as below:
...
form1.image = "background.bmp"
...
form1.FLine(pts(cntpt(cntshape) -1).x, pts(cntpt(cntshape) - 1).y, x, y, cCol)
...
imgex.saveimage(form1.image, fname)
...
I want to do two things:
1. save the image without forelayer
2. save the image with forelayer
The imgex.saveimage(form1.image, fname) has done job 1, but how to do job 2?
:sign0085:
...
form1.image = "background.bmp"
...
form1.FLine(pts(cntpt(cntshape) -1).x, pts(cntpt(cntshape) - 1).y, x, y, cCol)
...
imgex.saveimage(form1.image, fname)
...
I want to do two things:
1. save the image without forelayer
2. save the image with forelayer
The imgex.saveimage(form1.image, fname) has done job 1, but how to do job 2?
:sign0085: