|
|
|
start date: Wed, 1 Aug 2007 14:54:27 +0200,
posted on: microsoft.public.dotnet.framework.drawing
back
| Thread Index |
|
1
Fabio
|
|
2
Karsten Sosna
|
|
3
Fabio
|
ImageList images problem
Hi,
I have a litte icon in png format with a transparent color.
I show you what is the problem: in the following image I have
- at left a picturebox where I set the image property and all is ok.
- at right a picturebox where I assign to the image the same picture
contained in a ImageList
http://img443.imageshack.us/img443/5504/immagineyj3.png
The ImageList is set as 32bit (I tryied using also 24bit), and the image
size is the same as the image in the file, so no stretch is expected.
Why the picture in the imagelist is not so smoothed?
Thanks
Date:Wed, 1 Aug 2007 14:54:27 +0200
Author:
|
Re: ImageList images problem
> I have a litte icon in png format with a transparent color.
>
> I show you what is the problem: in the following image I have
>
> - at left a picturebox where I set the image property and all is ok.
> - at right a picturebox where I assign to the image the same picture
> contained in a ImageList
>
> http://img443.imageshack.us/img443/5504/immagineyj3.png
>
> The ImageList is set as 32bit (I tryied using also 24bit), and the image
> size is the same as the image in the file, so no stretch is expected.
>
> Why the picture in the imagelist is not so smoothed?
AFAIK, the problem becomes form the position of the image(PictureBox). Try
to set the location in x-Axis to value is divisible without remainder by
four.
--
Regards Karsten.
Date:Thu, 2 Aug 2007 09:03:50 +0200
Author:
|
Re: ImageList images problem
"Karsten Sosna" ha scritto nel messaggio
news:elyUENN1HHA.3788@TK2MSFTNGP02.phx.gbl...
>> Why the picture in the imagelist is not so smoothed?
> AFAIK, the problem becomes form the position of the image(PictureBox). Try
> to set the location in x-Axis to value is divisible without remainder by
> four.
1) And why a position of the container should modify the image?
2) The problem is for each tipe of control: i.e. the same for a button
instead of a picture.
Date:Thu, 2 Aug 2007 11:04:06 +0200
Author:
|
|
|