| Thread | Last Post | Replies |
|
| Rotate a Line | 31 Mar 2006 00:14 GMT | 1 |
Below is what I was doing similiar to rotating an Ellipse, but I also want to rotate a line in a user control and dont quite understand how to do this? Jason
|
| Subscrat PointF error... | 30 Mar 2006 19:08 GMT | 1 |
Why this code fails and what is the solution ? PointF pntA, PointF pntB PointF center
|
| How can I enumerate EMF file records without override OnPaint method | 30 Mar 2006 05:43 GMT | 2 |
I saw in MSDN EnumerateMetafile is called in OnPaint method of a Form control. How to make the following code works? Can anyone help? Graphics g = this.CreateGraphics();
|
| Upload Images | 29 Mar 2006 17:58 GMT | 7 |
I am creating aspx file to upload file. I allow to user to upload file If that file size is less then 200KB and after that I want to srink that file up to 50KB (1/4 of original file). And then store in to database.
|
| GetHBitmap and FromHBitmap | 28 Mar 2006 23:28 GMT | 1 |
I have the scenario below where I have a New Bitmap object and another bitmap that points to this object. Later on, I need to supply a GDI handle to a C routine. I get the GDI handle using GHBitmap, and then to get the Image back I call FromHBitmap. However, when I call
|
| Image size | 28 Mar 2006 03:43 GMT | 1 |
I am creating aspx file to upload file. I allow to user to upload file If that file size is less then 200KB and after that I want to srink that file up to 50KB (1/4 of original file). And then store in to database.
|
| GDI+ saved images | 27 Mar 2006 21:00 GMT | 2 |
I am saving off 1 bit depth 150X150 dpi images and trying to view them with Imagemagick. The problem is some of the images are inverted meaning the black shows as white and the white shows as black. Anyone have any idea why this would occur?
|
| DrawString doesn't work with MeasureString? | 27 Mar 2006 15:58 GMT | 4 |
I am attempting to render text onto a Bitmap by using GDI+ (.net 2.0) MeasureString/DrawString methods. Depending on the text length and Font object (i.e. Font Family and Font Size), DrawString won't draw the string based on the size that MeasureString returns. It appears that
|
| Looking for a dot net chart library. | 27 Mar 2006 13:33 GMT | 1 |
I hope I’m asking my question in the right place (please direct me to a better place if you know of one). I’m looking for a dot net chart library. My short list contains Dundas and Essential Chart (by SyncFusion) – Have I missed something?
|
| converting from one bitmap format to another | 27 Mar 2006 11:11 GMT | 2 |
If I have a Bitmap with a 24bpp format that I have loaded (or any pixleformat for that matter) and want to convert it to a 1bpp Bitmap is there some way to to do this besides iterating thru the bitmap data myself pixel by pixel? I realize that any method supplied will "estimate" ...
|
| GDI+ question | 27 Mar 2006 09:58 GMT | 2 |
I have a question about GDI+. I hope this is the right group for it. I'm building a control in C#. This is approximately what is bothering me. My control has something like this:
|
| invalidating multiple rectangles | 26 Mar 2006 07:17 GMT | 3 |
I'm working on a transition library, and one thing that's giving me trouble is the "blinds" effect (similar to the blinds effect in PowerPoint). The problem is that when I invalidate multiple discrete rectangles, Windows winds up invalidating a much larger area which
|
| Read Image | 25 Mar 2006 13:35 GMT | 1 |
How to read Image in on same page I have Image control and I am doing iImage.ImageUrl("ImageRead.aspx") I dont want to go in to othere page, is there anywan so I can directly
|
| Image annotation | 25 Mar 2006 13:29 GMT | 1 |
Has anyone tried loading an image file in memory and annotating the image with some text and saving the file using GDI+?
|
| opacity vs. alpha | 23 Mar 2006 18:14 GMT | 4 |
I am working on a project which renders a series of nested text and graphics objects on a form, much like a browser. It also displays a series of alternating pages, and contains dynamic content such as marquees, videos, rotating elements, and blinking elements. I'm using
|