Re: Increasing size of TBitmap
- From: "Bram Bos" <bram@xxxxxxxxxxxx>
- Date: 19 Jul 2005 13:16:37 -0700
> > I have a TBitmap on my form (both autosize and stretch are false).
>
> TBitmap has neither an AutoSize nor a Stretch property. You need to be
> precise about what you're talking about. You have a TImage on your form,
> not a TBitmap.
Oops. Yes, you're right ofcourse. I stand corrected.
> I don't recommend drawing directly to a TImage. Create a TBitmap, draw
> on it, and then assign the bitmap to the TImage's Picture property.
Ah.. thanks, that makes sense! I'll try that.
cheers,
Bram
.
- References:
- Increasing size of TBitmap
- From: Bram Bos
- Re: Increasing size of TBitmap
- From: Rob Kennedy
- Increasing size of TBitmap
- Prev by Date: Re: Increasing size of TBitmap
- Next by Date: converting to mp3 in Delphi
- Previous by thread: Re: Increasing size of TBitmap
- Next by thread: Execute Stream?
- Index(es):
Relevant Pages
|