| Thread | Last Post | Replies |
|
| Loading gifs with transparent corners on form prod "black" corners | 15 Feb 2007 00:12 GMT | 1 |
I am attempting to set the background image of a panel that fills the entire form a gif that has transparent corners. The alpha for all the corners of the gif is 0. Once the panel's Background image is set to the gif and the form is
|
| Change PaperSize on printing | 14 Feb 2007 10:43 GMT | 1 |
i'm trying to print a collection of pages to a printpreviewdialog. Pages wants to have different PaperSize each other. I've tried to change PaperSize inside QueryPageSettings event handler but PageBounds and MarginBounds retain their old values.
|
| Nested Transforms | 12 Feb 2007 19:47 GMT | 1 |
I'm rendering several objects onto the surface of a form, and I want to allow my users to scroll and zoom in/out. Each one of my objects has a method called RenderToDC which accepts 1) the graphics object, 2) x location, 3) y location.
|
| Drawing boxes ( just like an Org Chart) | 12 Feb 2007 13:58 GMT | 4 |
I want to be able to draw boxes and connect them with lines just like you will do in an organization chart and also allow the user to be able to move, drag & drop those boxes around. Is there any sample code anyone has (in C#) that can help me get started, or
|
| Image.FromFile and Image.FromStream(MemoryStream) Don't Tally. | 12 Feb 2007 12:28 GMT | 3 |
I've written an app that takes in various format images from file and makes certain changes to the image. I eventually got it working using Image.FromFile: mOriginalImage = Image.FromFile(mSourceURL)
|
| Advanced brushes | 12 Feb 2007 07:50 GMT | 3 |
Someone can tell me if it is possible to get a brus with a gaussian blur? And a radial gradient? And a radial gradient with blur? :) Thanks
|
| Setting alpha for entire bitmap | 11 Feb 2007 20:47 GMT | 8 |
I want to make my entire bitmap 50% transparent when it draws. Is there a way to either... 1) set the alpha channels of all pixels in a bitmap object at once? 2) specify an alpha value just for drawing the bitmap?
|
| Path union | 11 Feb 2007 18:38 GMT | 6 |
Hi again Is it possible to join 2 GraphicsPath into a single one? I need a union of more pathes without the inner lines, i.e. if I have 2 ellipse that overlaps I'd like to have just the outlines of both (I hope I
|
| how to draw graph | 11 Feb 2007 02:06 GMT | 1 |
I am developing web application using asp.net C#(Visual Studio 2005) I want to know Is it possible to to draw based on data. if possible please give me some link or Example. thanks
|
| Access to an old Well Formed Magazine Article | 11 Feb 2007 00:16 GMT | 2 |
I'm attempting to do a simple slideshow application. I came a cross this article by Bob Powell. http://www.bobpowell.net/WellFormed_April_2004.htm I could really use any information from the first article (Image
|
| Confused about graphic file extensions | 10 Feb 2007 17:23 GMT | 3 |
Are the following all valid extensions for files read by windows? Are the paired ones equivalent? Is EXIF and extension or is it used in some other way? Thanks for any help
|
| overflow or underflow in arithmetic operation / font initializatio | 09 Feb 2007 20:08 GMT | 1 |
I have a web application that throws an error Initializing a font. The behavior is unpredictable, and occurs only in one form of my ap. I try to initialize a report The form contains two ActiveReport Graphs and several labels. I have
|
| Freehand Drawing with Zoom | 09 Feb 2007 16:40 GMT | 2 |
I am trying to make a freehand drawing application with zoom capability and a grid so that I can change each pixel by hand, much like the bitmap resource editor of Visual Studio. I have tried to use the ZoomPicBox component developed by Bob Powell with some
|
| Need to convert bmp to pcl in vb.net | 09 Feb 2007 11:49 GMT | 2 |
I need to read a bitmap file containing a signature and convert it to a PCL file. I can print the bitmap to a file printer using the HP PCL driver and this produces a file that I can use. I am using the
|
| Printing to PDF -- poor bitmap quality | 09 Feb 2007 07:02 GMT | 3 |
I'm rendering text (DrawString) and images (DrawImage). The output looks great on screen and looks great when printing to a printer (both Laser and Inkjet). When printing to Adobe PDF (which is what my users will mostly be
|