| Thread | Last Post | Replies |
|
| image graphics drawing confusion | 31 Jul 2004 12:15 GMT | 9 |
Below I list two methods that are part of my application. I don't understand why, in the AddEyeMarkers() method, both versions of the newImage object that I am saving don't contain ellipses that I have drawn using the Graphics.FromImage( newImage ) object.
|
| Visio like drawing | 31 Jul 2004 01:30 GMT | 1 |
You might have heard that Microsoft has published XML Schema for Visio Shapes.I am developing a small app which read from this XML and draw shapes using GDI+.But i am stuck with ellipitical arc .The XML Containes Following data 1. two end points of the arc - ( X1,Y1),(X2 ...
|
| Rendering Graphics and the PrintPreviewDialog | 30 Jul 2004 17:56 GMT | 1 |
I'm at the point where I am successfully rendering graphics to the screen and also to the PrintPreviewDialog (sending the appropriate Graphics object to a Draw routine). This all works correctly until I do a Print Preview and THEN maximize the Print Preview dialog. The
|
| backgroundimage on custom control | 30 Jul 2004 17:28 GMT | 1 |
Im puzzled about something. I have my own control which I have derived from Panel. In the designer, I get (of course), all of the properties of Panel. I have the BackgroundImage set to a bitmap. Why, if I override the OnPaint method and dont call the base
|
| Confused about Pen Width | 30 Jul 2004 16:01 GMT | 4 |
What exactly is the pen width? One of the Pen constructors takes a "single" value for the width. That means I can set a pen width of 0.25 and a thicker width of 0.5. How is this related to the pixel width on the screen? I'm running into a problem when I use a Picture Box to show ...
|
| Any known issues with Regions that might cause an app to drag slowly? | 30 Jul 2004 05:48 GMT | 2 |
I'm trying to diagnose a problem that occurs more easily on certain machines than others, and after some experimenting I'm suspecting that certain video drivers may have difficulty with Regions. Our app is skinned, with rounded edges (via regions) on the app itself and
|
| How to get an Image into hMemDC | 30 Jul 2004 01:01 GMT | 4 |
Does anyone know how I can take an image opened in a .NET Picturebox (or in an Image or Bitmap object) to hMemDC so that I can deal with that image with regular API functions. Any help is much appreciated.
|
| Tiling an image starting at a certain Y position | 30 Jul 2004 00:51 GMT | 3 |
I'm wanting to draw an image (that is 10 x 15 pixels) and tile it horiztonally accross the width of my control (say 250 pixels wide). I'm using the TextureBrush (although I'm not sure if I should be) with a wrap-mode set as Tile. My problem is that I want to position it 10 pixels
|
| Chart Display | 28 Jul 2004 22:49 GMT | 1 |
I would like to know is it possible to display an organization chart in ASP.NET. I have a xml file which contains all the hierarchy details. Please respond to me if there is any software tool available or readily available tool to display this or should we use System.drawing ...
|
| DrawString and underling blanks | 28 Jul 2004 22:46 GMT | 1 |
When I use the DrawString method to get an underlined blank space, I can only do so if there are characters to be drawn on both sides of the blank. The following codes gives 3 examples of what I want to be able to do, but only the first one works as desired. How can I get examples ...
|
| How to make icon look nice | 28 Jul 2004 21:53 GMT | 2 |
I have a windows application that has icons on the tab pages, however, the icons are not clear and vivid. In other words, the icons look horrible. It has blurry blue/white border. The icons are in .ico type with 16X16
|
| Update on DrawImage speeds for pixel formats | 28 Jul 2004 18:53 GMT | 1 |
For anyone interested, got some timings on copies using different pixel formats, and the results are (if I've got my methodology right) surprising. Code below. It loads a file from disk, converts it to the image format specified by copyFrom and then copies a little bit of it a ...
|
| Tooltip when over a specific location over an image | 28 Jul 2004 12:53 GMT | 2 |
I would like to place an Icon on an Image. If the mouse is over this Icon, I want to display the associated text in a tooltip. How would I do this? Any ideas? My last request wasn't answered so I give it a second try.
|
| SelectActiveFrame | 27 Jul 2004 14:39 GMT | 3 |
I know I don't often ask questions on this forum :-)) but... Has anyone *ever* managed to make Image.SelectActiveFrame work with FrameDimension.Page?? I have created scads of multi-page TIFF images but only ever read them with
|
| Problem with showing image in larger rectangle | 26 Jul 2004 20:05 GMT | 2 |
Hi, all When I try to paint an image in a larger rectangle (i.e., zoom-in) with DrawImage method of Graphics class, I found that the image looks like it was blurred. In most image processing software, such as PhotoShop, PaintShop,
|