Hello,
Is there a way, to keep the Quality of a resized Image, used as Brush ?
It works, but the Quality is very bad.
Maybe there is still another Solution ?
DEFINE IMAGE oTmp FILENAME c_path + "\SYSTEM\" + W_IMAGE
oBrush := TBrush():new( ,,,, ResizeBmp( oTmp:hBitmap, 580, 400 ) )
Brush called from Dialog
DEFINE DIALOG oDlg FROM 150, 150 TO 520, 650 PIXEL ICON oIco BRUSH oBrush

Using :
DEFINE BRUSH oBrush FILENAME c_path + "\SYSTEM\" + W_IMAGE
the Quality is OK, but I have to adjust the Image to the Dialog
Best Regards
Uwe
Is there a way, to keep the Quality of a resized Image, used as Brush ?
It works, but the Quality is very bad.
Maybe there is still another Solution ?
DEFINE IMAGE oTmp FILENAME c_path + "\SYSTEM\" + W_IMAGE
oBrush := TBrush():new( ,,,, ResizeBmp( oTmp:hBitmap, 580, 400 ) )
Brush called from Dialog
DEFINE DIALOG oDlg FROM 150, 150 TO 520, 650 PIXEL ICON oIco BRUSH oBrush

Using :
DEFINE BRUSH oBrush FILENAME c_path + "\SYSTEM\" + W_IMAGE
the Quality is OK, but I have to adjust the Image to the Dialog
Best Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.




