| Thread | Last Post | Replies |
|
| Transformation offset factor | 29 Mar 2007 20:51 GMT | 4 |
I'm trying to get my head around working with the Matrix class. I'm doing something manually that I'd prefer to do with a transformation. Basically I have shape objects that are responsible for drawing themselves on a surface. The shapes all store their Positions.
|
| Object is currently in use elsewhere | 29 Mar 2007 20:47 GMT | 8 |
Im getting this exception: Object is currently in use elsewhere. StackTrace: at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
|
| Image quality: ImageFormat.Jpeg | 29 Mar 2007 09:21 GMT | 4 |
is there a way to set the output quality of a saved JPEG graphics? I need to save some graphs (using Bitmap.Save()) into files and would like to have more than one file format available. I know PNG is probably the best format for a raster line graphics, but some people
|
| GIF not animating after resize | 28 Mar 2007 15:12 GMT | 3 |
I have a GIF which its dimensions is 200x300 pixels and it is animating fine. But after i resize it to smaller dimensions (133x200 pixels), it doesn't animate anymore. Why is it not animating ?
|
| Using Graphics.DrawImage with transparent Bitmaps | 26 Mar 2007 16:52 GMT | 1 |
I draw a BitmapA, a mostly white picture with some black lines (drawn from an array) I call BitmapA.MakeTransparent(Color.White) I use Graphics.DrawImage (...) to draw the picture to screen
|
| GDI+ Crashing! | 26 Mar 2007 13:28 GMT | 3 |
I have an app that runs in the system tray. It takes an icon from the programs resources then draws two rectangles on it and numbers... the wierd thing is its crashing... here is the exception I am getting System.ArgumentException: Parameter is not valid.
|
| GIF Animation - Windows forms versus browser display | 25 Mar 2007 17:41 GMT | 3 |
GIF animations contain a frame display time that control how rapidly the new frames are displayed during the animation. The ImageAnimator class in GDI+ provides the UpdateFrames method which seems to do the same thing. (I discovered a page which claimed that an internal rate
|
| How to change the back ground color of RichTextBox when Enabled = false ? | 23 Mar 2007 21:03 GMT | 1 |
When the control is disabled, the text back ground color fade to gray, How to change the color? From http://www.developmentnow.com/g/20_2004_10_0_0_0/dotnet-framework-drawing.ht
|
| Moving The View in a Text Box to the last line added ? | 21 Mar 2007 22:42 GMT | 1 |
I have added a textbox (richtextbox) to a form. I keep on appending text to this textbox. How can I cause this textbox to automatically scroll down to the text that has been added recently ? TIA,
|
| Bad JPEG quality when saving an Image object | 20 Mar 2007 16:43 GMT | 2 |
I’m trying to draw some text on image background and save it as jpeg. Unfortunately the text looks fuzzy even though I assign 100L to the Quality encoder parameter. Here is an example:
|
| Why my drawings are being deleted? | 20 Mar 2007 13:00 GMT | 5 |
When I draw something in windows form with gdi+ and minimize it. Object that I drawed them before the minimizing was lost from window. How can I solve this problem??
|
| Drawing graphs | 19 Mar 2007 20:04 GMT | 1 |
What is the perfect way to draw a graphic like Performance graphic of Windows Task Manager. I tried it with gdi+ but it wasnt beautiful like task manager's. Which metod or namespace I have to use?
|
| Tif file parameters question | 19 Mar 2007 16:14 GMT | 3 |
I create a 32bpp rgb bitmap in my code to write some text to it then convert it to a monochrome. My original bitmap is 1728 W by 2261 High with a resolution set of X= 204 and Y = 196. After converting it to a monochrome bitmap it has the same pixels height
|
| Writing to a monochrome bitmap | 19 Mar 2007 11:13 GMT | 2 |
Apparently you cannot write directly to a monochrome bitmap so you gotta start with an 24bpprgb and convert it to a monochrome. is that right? if not, how can you write text to a monochrome bitmap? I have started with writing to an rgb bitmap and am trying to convert it to
|
| Form not painted. Or is it? | 19 Mar 2007 06:33 GMT | 1 |
I have been working on a card game (called Uno) for past few days. Language used : C# 2.0 When I start a new game, a dialog window pops up asking the name of the player. I enter the name, and then cards are distributed to the
|