| Thread | Last Post | Replies |
|
| Solid brush with ARGB color produces dither on enhanced metafile (EMF) | 31 Mar 2004 06:17 GMT | 1 |
(This question might pertain as much to GDI+ as to drawing in the .NET drawing framework.) I'm working in C#, drawing to a Graphics object initialized by a handle of an enhanced metafile. When filling a path with a brush
|
| Intersection point of two lines | 31 Mar 2004 01:22 GMT | 2 |
Anyone have an algorithm (c# or java source code) for finding the point of intersection between 2 lines? thanks.
|
| please help, losing sanity!! System.Drawing.Imaging......quality | 29 Mar 2004 15:57 GMT | 1 |
Trying to convert images (bmp, jpg, gif....) to JPG. I've gotten so far as to open image saving it to jpg, but I want to set encoding quality. I can't find a good example in VB.NET. Could someone please help me with this??
|
| EMF+ metafile format | 29 Mar 2004 06:58 GMT | 3 |
On and off for the last few months, I've been working on a library to process EMF+ metafiles. I've worked out the data formats for most of the record types, but there appear to be a number of exceptions and special cases, and without more information I'll never know if I've got ...
|
| Can't figure out how to restrict cursor movement | 29 Mar 2004 01:32 GMT | 2 |
I am witing my own imaging control which among other things handles events. Part of the functionality is drawing a wire frame. I got all that figured out... here's the problem. I need a way to keep the mouse inside my control while moving it with a
|
| dark | 28 Mar 2004 23:48 GMT | 1 |
Hi NG How can I make a Color darker or reduce the darknes? Thomas Bock
|
| Image processing with .NET | 26 Mar 2004 22:01 GMT | 2 |
I am currently using .NET to build a prototype of an application for use in medical imaging. Medical imaging has some unique needs such as the ability to process images in realtime. The basic functionality that I am working on right now is mapping the 12 bits of grayscale that ...
|
| Printing a picture... | 26 Mar 2004 18:16 GMT | 1 |
I experimenting some problems with printer resolutions. I create an Image of a certain size. And I would like to print it ! Result is a huge image that is converted from pixel to something like Centimeters of inches.
|
| Form Resizing | 26 Mar 2004 18:09 GMT | 1 |
I already asked this question but I'll try in another formulation and I couldn't find any suggestions here about it Well, I have a Windows Application in C# with Textbox (Anchor Bottom), Splitter (Anchor Bottom) and RichTextBox (Anchor Fill) I do have a problem while Resizing the ...
|
| Render Webpage as Bitmap in GDI+ | 26 Mar 2004 01:51 GMT | 1 |
Is it possible to render a webpage as a bitmap image in GDI+?
|
| Rounding errors | 26 Mar 2004 01:50 GMT | 1 |
Results of exclude, intersect and complement on Regions always seem to be offset by +0.5 This happens for simplest shapes like rectangles (RectangleF) as well. Is this a known issue? Regards sk
|
| group box/shortcut drawing bug? | 26 Mar 2004 01:49 GMT | 1 |
Hey all - I'm developing a solution with visual studio and i've been having issues with the drawing... sometimes. In particular, the lines around a group box and the underlined letters
|
| windows application | 26 Mar 2004 01:48 GMT | 1 |
I have a windows application in C#, Sizable Form, with these controls by order on screen from the top 1. System.Windows.Forms.GroupBox (contain all the othe controls) -> Anchor: Top, Bottom, Left, Righ
|
| Can you draw directly to the screen? | 25 Mar 2004 23:00 GMT | 1 |
Is it possible to draw over an existing image without redisplaying the entire image each time? I am using a PictureBox Form, but could change that if needed. Right now I read in what is currently there, add to it, and then redisplay it like this:
|
| problem drawing in user control | 25 Mar 2004 11:15 GMT | 3 |
I want to write some text in my User Control. This is the code I use: Private Sub uControlTest_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|