| Thread | Last Post | Replies |
|
| draw a line from 0 to 52 does the last pixel of the line show? | 27 Mar 2008 22:57 GMT | 4 |
If I have a panel with a client sizes of 52x52 and I draw a line from 0 to 52 does the last pixel of the line show? Thanks in advance
|
| reasterization of wmf/emf data looks terrible on vista | 20 Mar 2008 14:31 GMT | 2 |
I am using graphics.DrawImage() in the .Net 2.0 CLR to convert a wmf/emf vector image to png. the data is actually a preview of a spreadsheet embedded in a word document. If I do this on vista, text output looks really blocky (as if it were
|
| Drawing/Render Splitters like in Outlook 2007 | 20 Mar 2008 06:28 GMT | 1 |
how can i realize splitters like in Outlook 2007? (Inverted Colors of its background) I tried to draw directly to screen Screen hDC with BitBlt or Graphics.DrawImage and inverting its colors.
|
| Graphics.Drawimage . The pixels are blurred | 19 Mar 2008 22:31 GMT | 2 |
Iam Facing some problem in the gradient of pixels while invoking DrawIamge of System.Graphics. My objective is to position a set of pixels in a bitmap and enlarge it based on the dimension specified for the container.I choose DrawImage method of Graphics object which Draws the ...
|
| struggling to save tiff as png and keep file size down | 17 Mar 2008 23:05 GMT | 7 |
(I posted this in the C# NG on accident, reposting here) I have a Tiff (fax) with the following properties: width: 1728 height: 1090
|
| How to tooltip and hyperlink a shape? | 17 Mar 2008 16:14 GMT | 4 |
Quite many charting tools (such as dundas) create charts whose components can display a tooltip when the cursor them. And the components can also be hyperlinked. If I am not make it clear, the following picture shows what I am
|
| COLOR 24BIT JPEG to BLACK/WHITE 1bit PNG | 15 Mar 2008 12:40 GMT | 3 |
Can anyone please tell me how can I save Jpeg that is color 24bit into Black/White 1bit PNG ? I saw it is possible with PhotoELF ..... I tried with :
|
| System.Windows.Media.Color | 14 Mar 2008 09:49 GMT | 8 |
Thanks to microsoft.public.dotnet.languages.csharp, I now know that the structure System.Windows.Media.Color cannot be serialized. Before I start on a lengthy process to serialize this structure by hand (lengthy because of the number of properties I have of this type the code I
|
| Render user control in an image | 11 Mar 2008 22:03 GMT | 2 |
I have a user control which renders some text and also has a child control that renders an image and other graphics. Is there a way I could get my user control to draw to an Image. What I want to do is have my User Control added to a Word document as part of a test report.
|
| GDI+ line drawing bug | 11 Mar 2008 09:04 GMT | 2 |
The following code produces two lines instead one :-) In my working project the difference about half of screen. private void OnCanvasPaint(object sender, PaintEventArgs e) {
|
| elevation coloured grid | 09 Mar 2008 01:05 GMT | 1 |
I am trying to create a program that reads two files (one temperature(csv), one for elevation(ascii)) and displays the temperature values and locations. Additionally it should display the gridded elevation data as a colour coded raster over the original grid extent.
|
| String drawing gives me headache... advise very welcome | 06 Mar 2008 20:17 GMT | 6 |
I'm working on this for some time now, but it keeps giving me headaches. I'm drawing strings in a label and in a DataGridViewTextBoxCell. Why? Subparts of the string need other colors. It's working, but not as should be. I'm not able to fully
|
| Graphics.TextRenderingHint throw exception? | 06 Mar 2008 19:58 GMT | 11 |
Under some cases Graphics.TextRenderingHint and also Graphics.Save throws an exception? I can't seem to understand why. or what I'm doing wrong? and the error message is useless.
|
| Loss of precision when drawing gridlines and blocks on top..... | 03 Mar 2008 19:03 GMT | 5 |
Hi All, I'd really appreciate some help for drawing precision images. I'm trying to draw gridlines and have them perfectly spaced. I've provided some code at the end to simulate the issues I'm facing. In psuedo-code (where I am splitting up the control into four (using
|