Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / Drawing / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Reading a portion of an image16 Apr 2005 13:49 GMT3
Is there a way to just read and write just a portion of an image. I have
some large images that I want to manipulate but I dont want to load the
whole image, is there a way to just extract the pixels that I want when
given an x/y coordinate.
System.Drawing.Graphics15 Apr 2005 23:41 GMT1
This is a very basic question. I am using .Net IDE 2003 and
System.Drawing.dll (1.1.4322). I wrote a simple program like this
(ommitting the commons)
using System.Drawing;
Managed memory corruption15 Apr 2005 20:54 GMT1
Has anybody encountered memory corruption issues of the built-in bitmap
classes? My application occasionally crashes in very bizarre manners -
references in managed objects are corrupted. Sometimes .net is able to
recover into the debugger, sometimes the OS catches it. ...
GraphicPath.Contains(PointF)15 Apr 2005 15:31 GMT2
I can't seem to find any methods to check whether a point is contained
within a GraphicPath. You can get the bounds, but that's not good enough.
Is there a method? Or any piece of sample code?
Thanks,
Hight Resolution Picture Scaling down14 Apr 2005 09:44 GMT1
I have a very high resolution picture taken with a 4 Mega pixel camera,
When i try to make it to a width and height of a business card, It does not
scale down approprioately, it has lots of lines and looks as if the picture
is not taken properly, ia m doing this using a picture box, ...
DrawImage bug?14 Apr 2005 08:40 GMT4
I tried this:
g.DrawImage(icon, 0, 0,
           new Rectangle(0, 0, icon.Width / 2, icon.Height / 2),
           GraphicsUnit.Pixel);
ASP.net thumbnails13 Apr 2005 12:01 GMT1
Hello friends, i have a images folder in which my uploaded images are stored i
want to create thumnails of these images dynamically and show these thumbnail
for example i have a folder named (cards) and in this folder for example
this folder contain 10 images now i want to create ...
Converting an image from CMYK to RGB13 Apr 2005 11:58 GMT6
I'm new to imaging and need to write a routine to convert images (using .NET
1.1).
I've got it to resize the image, change its resolution and save it in a
different format but I haven't been able to figure out how to change it from
Drawing a border over a image12 Apr 2005 19:59 GMT1
How can i take a image and draw a black border around it lets say of 2
pixels and place the whole thing on another image.
Any help would be appreciated
Jayleen
Hi I want to know how to draw a design surface for drawing my obje11 Apr 2005 23:08 GMT1
i read this articl
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/d
esignsurface.asp

I wanted to add a design surface like this in  my application also. i
successfully did but am unable to manuipulate it properly. Like showing
showing ASP.NET thumbnails11 Apr 2005 11:35 GMT1
Hello friends, i have a directory in which my uploaded images are stored i
want to create thumnails of these images dynamically and show these thumbnail
how can i do this pls tell me about that.
Thanks
Recommendations for improving bitmap display speed11 Apr 2005 09:54 GMT2
I'm working on an emulator at the moment, and I need to update the display
50 times a second. I'm using a 16-colour indexed bitmap, and generating it is
no problem (I'm using LockBits/UnlockBits and writing the data directly using
a lookup table). However, when it comes to ...
FrameRgn11 Apr 2005 09:09 GMT3
What should i do if I want to  draw a border around my Region.
We used to have FrameRgn API in GDI.
We have FillRegion but can that be used to draw border ?I don't think so.
please give some info on the same.
ArgumentException @ Image.FromStream(stream)11 Apr 2005 09:05 GMT2
I get an "ArgumentException: Invalid parameter used at
System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement)"
exception. it is too ridicilious to get such an exception, can anyone see what
might cause that exception?
Prevent mouse events from going through transparent form11 Apr 2005 03:58 GMT1
I have a form which has transparent areas using transparencyKey. The
problem is, that the mouse event goes through as well, so I can't do for
example a dragdrop on this transparent region or a simple click.
Q: How could I keep the mouse event in my app?
Pages: 1 2 3 4 5 March, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.