xsharp.eu • FabPaintLib X# Background
Page 1 of 1

FabPaintLib X# Background

Posted: Fri Sep 25, 2020 9:12 am
by Frank Müßner
Hello Fabrice,

I show Picture with FabPaintLib. That work´s .
But i have a black bar, see Picture. I look for a Method in FreeImage.dll to prevent this black bar, but i found no solution.
Do you have a hint?
Regards, Frank

FabPaintLib X# Background

Posted: Fri Sep 25, 2020 4:15 pm
by Fabrice
Hi Frank,
can you show me how this picture is shown ?
I mean, can you make a "full" screen shot ?
I'm wondering if the trouble comes from the PaintLib or from the Control that show the image.
Thx
Fab

FabPaintLib X# Background

Posted: Sat Sep 26, 2020 7:48 am
by Frank Müßner
Hello Fabrice,

do you mean that in the appendix?

Code for Show the Picture:

Code: Select all

self:oDCTwainImg:Show()
	oImg := FabPaintLib{}
	oImg:=FabPaintLib{ cFILE }
	self:oDCTwainImg:ImageFit:=true
    	self:oDCTwainImg:Image:=oImg
Regards, Frank