| Thread | Last Post | Replies |
|
| Server Side Printing | 07 Jun 2004 06:19 GMT | 1 |
Does anyone have vb.net code snippets on how to print a document to a PDF printer driver installed on the webserver with the filename the print file needs to be saved as passed in as a parameter Thankx
|
| Transparent Effect with DrawImage | 06 Jun 2004 19:01 GMT | 1 |
Hi I have the following quetion. With CompositeMode.SourceCopy i can make the effec with an Image that has Transparent areas to overwrite the below standing and make i "transparent" again. Now what if i'd like some parts to be transparent again (not a rectangle
|
| How to Drawstring with a character drawn "partially"? | 06 Jun 2004 13:28 GMT | 4 |
Hi, I'm trying to use Drawstring to draw a text which can let the rightmost character of the text only shown partially. Have tried on DrawString(String, Font, Brush, RectangleF), which I can size the rectangle with the text that fit into the rectangle will only be drawn.
|
| GDI+ Finding differences between to images (Digital Subtraction)? Way to do it? | 05 Jun 2004 22:32 GMT | 15 |
I am looking for a way to find diffeences between two images. I have two images, where in both images there is the same picture / structure / whatever. In the second picture, there is some additonal information including the picture from the previous image. I need to extract this
|
| Transparent Bitmap | 05 Jun 2004 14:31 GMT | 1 |
Dear NG, I have a Bitmap bm, which i receive from a file. I want to return this Bitmap from my method getBitmap, but transparent. How can I make this bitmap fully transparent?
|
| GDI+ transformation problem: Scaling affects apparent linewidth | 04 Jun 2004 06:51 GMT | 1 |
if I set a scale transformation in the Graphics object, not only are coordinates scaled, but also for example line width of a drawing. Is there a way to not have GDI+ scale line width, and still use the built-in transformation system, or does one have to write a separate ...
|
| DrawPath Error | 03 Jun 2004 17:10 GMT | 3 |
I've got a picture box that has an image loaded, when I try to draw lines on the image the first one works fine. When I try to add more lines I get an "out of memory" error when I click the left mouse button (if I leave the left mouse button down and use the space bar to click ok ...
|
| BackgroundImage property does not work | 03 Jun 2004 15:37 GMT | 2 |
I have Visual C# .Net 2003 running on Windows XP Professional. The BackgroundImage will not appear for any control o the form at design time or runtime. If you set an image in the properties window, the thumbnail shows but the image doe not appear in the form or control. This ...
|
| Matrix Transformation Question | 03 Jun 2004 15:37 GMT | 2 |
When using the C# for the Matrix Transformation for a 100x200 panel: 1. To Reverse Y axis, I can: Matrix m = new Matrix(new Rectangle(0,0,100,200), new Point[] { new Point(0,100), new Point(100,200), new Point(0,0)} );
|
| Where is a drawing tool? | 03 Jun 2004 15:20 GMT | 3 |
Ok, I know I'm going to get flamed but does anyone know of a simple drawing tool where I can draw a shaped button and simply make it 3D. For example, a button that simply looks like a bubble of water that I can write text on? For extra credit, how about the ability to animate the ...
|
| Create path from bitmap | 02 Jun 2004 15:47 GMT | 1 |
I am working on a program that needs to use lots of shapes. So far I have Oval, rect, rounded rect, triangle and a couple others. But I want to use some really weird shapes like stars and stuff and now sure how to create these by code. So is there a way I can create a black and ...
|
| Converting Region TO path | 02 Jun 2004 04:03 GMT | 2 |
Hi all, I want to be able to draw a region's outline in a dotted line. There exists a function (GDI) called FrameRgn which will do it in a solid line, the problem is FrameRgn takes a Brush not a Pen so the only way
|
| How to override the paint on a command button. | 01 Jun 2004 20:07 GMT | 3 |
I have created a class that extends the System.Windows.Forms.Button class and am attempting to create a shaded background by overriding the Paint event. However, when you first place the control on the form, you see my shaded background for about 1/2 a second then it changes and ...
|
| GDI+ Region Union Problem | 01 Jun 2004 17:14 GMT | 1 |
Does anyone know of a workaround or solution for the Region Union Problem in .NET framework I am writing an application that needs to use unions of graphics paths and this function flat out does not work. I think it should be an absolute embarassment to have a product out with ...
|
| How to get a picture from webcam? | 01 Jun 2004 01:33 GMT | 1 |
I'm trying to get a picture from webcam, maybe with vb.net or c Can anyone help me with that Antti Laakso
|