| Thread | Last Post | Replies |
|
| how to chage colors for a tabcontrol tab pages | 06 Mar 2006 15:01 GMT | 1 |
I am using Tab control, i added the tab pages , i want to change the tab pages color when ever i select the tab page, i have tabpage1,tabpage2,tabpage3 i mean when ever i select the tab page 2 the tabpage is hilighted remaing
|
| Problem with Resizing rotated sheared rectangles | 06 Mar 2006 11:59 GMT | 2 |
Ok, my problem is the following: I'm creating a kind of object oriented painting program, where you can select every object, modify it's properties, move it, scale it, rotate it, etc...
|
| simple matrix question | 06 Mar 2006 11:23 GMT | 3 |
imagine three rectangles: rect0 = new Rectangle(0,125,1181,930); rect1 = new Rectangle(0,21,198,156); rect2 = new Rectangle(51,22,100,100);
|
| Projective Transformation with C# | 05 Mar 2006 05:00 GMT | 2 |
What I would like is a method that takes a Image object and 4 x/y coordinates. The Image should be a normal rectangle image and the 4 coordinates should be the new locations for the corners of the original image.
|
| jpeg palette is lost after loading it as bitmap to work with GDI+ C# | 04 Mar 2006 16:29 GMT | 1 |
Could any one help me on this please? I'm using C# and GDI+ to create dynamic images and show them on the web. I'm loading the main image which is a jpeg, then I'm drawing some text and shapes on that base image using Graphics class of GDI+, at the
|
| Save Tif Image with a bit depth of 1 | 04 Mar 2006 01:48 GMT | 3 |
I am trying to save multi-page tif images to a bit depth of 1 but they seem to only save as a bit depth of 32. I am using the tif saving example found on Bob Powells site. When I try to add a paramater to the image I get a "Generic Error" from GDI+. I am trying to use the ...
|
| Why the PixelFormat changed when Rotate the image? | 03 Mar 2006 14:33 GMT | 3 |
i have a Format8bppIndexed jpeg file. i load the file to an bitmap object then rotate the image use bitmap.RotateFlip function then save it to a jpeg file
|
| PrintToFile | 02 Mar 2006 23:34 GMT | 7 |
I set this property of the print dialog to True but the program still sent the document to the printer but not to a file (although it did create the file the was empty) Any suggestions?
|
| Combining/Appending GDI+ EMF+ Files | 02 Mar 2006 16:26 GMT | 2 |
What would likely be the simplest way to append one EMF+ file to another please? A code example would be wonderful, too, please. Thanks in advance. I did a google search and came up with nothing.
|
| problem with killing a file | 02 Mar 2006 07:50 GMT | 1 |
I read an image file from the database which is in compressed format. I write it to the disk and then decompress it and view it in a picturebox. after viewing in a picturebox i want to kill the file,but this fails.
|
| LinearGradientBrush - get color at point | 01 Mar 2006 12:41 GMT | 2 |
I used a LinearGradientBrush to fill a rectangle. This way I created 'legend' in my chart control. Now I need to get color for specified point (value). I thought that I could somehow get it using LinearGradientBrush, but it seems that I was wrong ;(
|