VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 12345[6]78910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 17:46:58 01/16/02 Wed
Author: Michel
Subject: Re: WMF background
In reply to: Jodeye 's message, "Re: WMF background" on 00:16:07 01/16/02 Wed


Hi Jodeye,

Are you setting the BackgroundColor before loading your WMF file?

For example,

Graphic := TMetaFileGraphic.Create;
Graphic.BackgroundColor := MakeRgb(255,0,0);
Graphic.LoadFromFile(...);

Best regards,

Michel
>Hello Michel,
>
>I've tried entering these changes as best I can,
>but .wmf files still show transparent areas as
>black. I also added a 'uses gifimage' to my
>unit, and .gif images also display transparent
>areas as black.
>
>Is there some code I should enter in my unit to
>activate the transparent property?
>
>In order to get the changes to compile without
>errors, I added the following declarations in the
>following sections, although I have no idea if
>they are in the correct sections.
>
>
>unit EnDiGrph;
>TDibGraphic = class(TGraphic)
>public
> procedure Fill(const Color: TRgb);
>
>
>unit EnWmfGr;
>TMetaFileGraphic = class(TDibGraphic)
>protected
> FBackGroundColor : TRgb;
>
>
>Thank you for any assistance.

[ Next Thread | Previous Thread | Next Message | Previous Message ]

[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.