FabPaintLib X# Background

This forum is meant for anything you would like to share with other visitors
Post Reply
Frank Müßner
Posts: 276
Joined: Sat Dec 12, 2015 2:22 pm
Location: Germany

FabPaintLib X# Background

Post 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
Attachments
blackbar.gif
blackbar.gif (7 KiB) Viewed 197 times
User avatar
Fabrice
Posts: 405
Joined: Thu Oct 08, 2015 7:47 am
Location: France

FabPaintLib X# Background

Post 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
XSharp Development Team
fabrice(at)xsharp.eu
Frank Müßner
Posts: 276
Joined: Sat Dec 12, 2015 2:22 pm
Location: Germany

FabPaintLib X# Background

Post 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
Attachments
screen1.gif
screen1.gif (8.97 KiB) Viewed 197 times
A10003_D20200817_T142507.848_ZMobil Scan_smal.jpg
A10003_D20200817_T142507.848_ZMobil Scan_smal.jpg (112.43 KiB) Viewed 197 times
screen2.gif
screen2.gif (2.72 KiB) Viewed 197 times
Post Reply