Image size?

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

hi all
I want to decrease size of an image without losing it's content.
for example decreasing size of an image by 20%.
thx in advance
 
you can use:
Image.GetThumbnailImage(Width,Height,null,IntPtr.Zero);

hth,
saso
-----Izvirno sporoèilo-----
Od: perspolis [mailto:[email protected]]
Poslano: 30. maj 2005 10:04
Objavljeno v: microsoft.public.dotnet.languages.csharp
Pogovor: Image size?
Zadeva: Image size?

hi all
I want to decrease size of an image without losing it's content.
for example decreasing size of an image by 20%.
thx in advance
 
Back
Top