| Thread | Last Post | Replies |
|
| Add additional frames to an Image | 06 Apr 2005 06:50 GMT | 1 |
I'm trying to find a way to add multiple images that I create into an 1 image, but not end up saving it. I'm converting a multipage report to an image, and instead of getting multiple images, I want 1 Image object with multiple frames/pages. Any idea how to do this.
|
| Font sizes | 06 Apr 2005 06:49 GMT | 1 |
I have a picture box on the left hand size i have a text box with the fonts in GDI on the right hand side i have a Graphics path GDI + can i get a accurate size of the font on the left and draw the font on the right. They dont seem to be of the right size
|
| Incorrect Rectangle dimensions using GDI+ | 06 Apr 2005 05:37 GMT | 9 |
I have two questions that relate to GDI+ (P.S Kevin Spencer, I agree with your comments that programmers should be problem solvers/thinkers and not code copiers) I do not want a code solution to copy and paste - rather some human logic
|
| How to use GetThumbnailImage without embedded thumbnail? | 05 Apr 2005 15:26 GMT | 10 |
I wish to use GetThumbnailImage method of Image object to downsize an image but I don't want to use embedded thumbnail which can be in original image file. I know probably it isn't best in the world way but I like it. It works
|
| Print to client printer from web application | 05 Apr 2005 05:17 GMT | 2 |
I'm trying to send an image file on the server to print from client default printer. I see that System.Drawing.Printing has a PrintDocument control. Can this control be used to attain my purpose? Or is there an alternative to achieve my aim?
|
| Halo Text Display Effect in a picture box (OUTLINE) | 04 Apr 2005 21:27 GMT | 4 |
I am trying to add a Halo Text Display Effect to a picture box, but only so much part of the text is displayed, what am i doing wrong here? please can anyone help me out, I am also including a screenshot and aso the code which i am writing.
|
| Screen Capture Of Windows Media Player | 04 Apr 2005 21:16 GMT | 1 |
I have a model WinForm that contains the Windows Media Player control. I have been able to capture the contents of the WMP control when either a .AVI or a .WMV file is loaded by using a BitBlt operation. However, when I execute the same code for an .MPG file, all I get is a solid
|
| Drawing.Path Outline not printing corectly! | 04 Apr 2005 12:47 GMT | 6 |
I have a question, I am using Graphics.DrawPath to draw a black outline around text, which is on a picture. now the problem is that first of all the text looks very rough, still prints correctly, where as if i run the same program on a different machine the outline dosent print ...
|
| Add GraphicsPath to GraphicsPath | 03 Apr 2005 15:43 GMT | 5 |
Is it possible to add a GraphicsPath to an existing GraphicsPath? I have several lines Widen()'ed by different pens. I want to add them all to the same GraphicsPath. Or do I have to store an inidividual GraphicsPath for every line segment
|
| Converting Mouse Coordinates to Arbitary Coordinate System with Zooming | 03 Apr 2005 00:56 GMT | 1 |
If I load an image, and only a portion of the image is displayed within a picturebox. I can via mouse clicks capture the top right and bottom left mouse_coordinates and associate these mouse coordinates with some arbitrary
|
| GDI+ no longer supported in LongHorn | 02 Apr 2005 07:01 GMT | 2 |
I'm not normally one to break NDA but I heard yesterday from an internal MS bulletin for MVP's that GDI+ will continue to be supported in the Whidbey timeframe but will no _longer be supported in Longhorn_. This has such wide-ranging implications that I feel I have to say ...
|
| Generic error in GDI+ when trying to preview more than 200000 line | 02 Apr 2005 02:58 GMT | 12 |
With the code below, I get either a generic error in GDI+ or an out of memory error when trying to preview a report, using the .NET PrintDocument. This error usually shows up around page 4913 at roughly 275,000 lines or so. I'm attempting to print 58 lines per page. When ...
|
| bitmap in PixelFormat32bppARGB | 01 Apr 2005 16:47 GMT | 2 |
I have a bitmap saved in photoshop with 32 bit and alpha information but when load the bitmap with Bitmap class the result of PixelFormat function always return PixelFormat32bppRGB instead PixelFormat32bppARGB, why this happend and who can I get the alpha informatio of this bitmap ...
|
| combining multi-tiffs into one image for the web | 01 Apr 2005 05:16 GMT | 1 |
How do i extract all images from a multi-tiff image object and combine them into one image object using ASP.Net? The target object would be a normal or non-multi-tiff image at this point. My code works to the point of getting the tiff from a database, looping through and ...
|