| Thread | Last Post | Replies |
|
| Quick Filter | 11 Sep 2003 23:22 GMT | 2 |
I've searched this newsgroup for answer to the following, but have come up empty handed so far: Is there a quick and efficient way to apply a filter to a 256 grayscale image (TIFF) that converts all pixels to transparent that are above a
|
| Create a sub-part of a graphics object. | 11 Sep 2003 21:45 GMT | 1 |
Here is my question: Can i create a subdivision of a graphic object so I could pass it to an object (I wrote) and tell him "Draw what you have to draw on that graphics that represent an area of the other graphics object.
|
| DrawReversibleLine | 11 Sep 2003 18:29 GMT | 4 |
Is it possible to draw a dashed line with ControlPaint.DrawReversibleLine? I want this code but with ControlPaint.DrawReversibleLine: Dim g as System.Drawing.Graphics=MyControl.CreateGraphics Dim pen as New System.Drawing.Pen(System.Drawing.Color.Gray)
|
| Right justified Label text doesn't line up, any fix? | 11 Sep 2003 15:33 GMT | 3 |
G'Day all, I have a number of Labels (C#) on a Win Form. All are the same size and X-location on the form. All are set to TextAlign=MiddleRight.
|
| Stacking transparent controls | 10 Sep 2003 20:01 GMT | 4 |
I have a transparent control that I created, after a lot of searching, with the help of Bobs FAQ (http://www.bobpowell.net/transcontrols.htm). The problem is that if I have this control above other controls, and the controls below it moves, ie with resizing the main form and ...
|
| Embedding manifest files | 10 Sep 2003 17:59 GMT | 1 |
I usually embed a XML manifest with my applications to have them support XP Visual Styles. I know I can embed the resource into the resources section of the compiled executable (under the type RT_MANIFEST and with ID=1).
|
| print and image question | 10 Sep 2003 17:54 GMT | 1 |
First not sure if this is the right newsgroup for my question here is the problem: asp.net application html flow layout panel
|
| RotateString | 10 Sep 2003 17:33 GMT | 2 |
I want to draw a string with Graphics.DrawString() and i want to rotate it by clicking a button... i know there is the method RotateTransform, but i want to set the point where the text is rotating arround to the current Location(x,y) Point
|
| Transparent picture to Clipboard! | 10 Sep 2003 17:00 GMT | 5 |
Is there a way to copy the transparent bitmap(picture) to Clipboard using GDI+? It seems like the Clipboard.SetDataObject and GetDataObject can only transfer non-transparent bitmap.
|
| load transparent gif or png files! | 10 Sep 2003 14:36 GMT | 1 |
Hi, all, Can someone point me our or show me a sample code how to load gif or png files with transparent (alpha) channel. I am currently using C# to load images. But
|
| EXIF ISO Speed, Am I crazy ;-) | 10 Sep 2003 14:33 GMT | 8 |
Thought I'd make a small C# helper class for reading EXIF 2.1 data ( from a Canon D30, using framework 1.1 ). Everything works fine... until I read the ISO speed: System.Drawing.Imaging.PropertyItem ISO = _image.GetPropertyItem(34855); //
|
| IPTC not possible? | 10 Sep 2003 13:07 GMT | 3 |
why is it impossible to read/write IPTC data with c#? actually it is just another photo-property but i cant handle to get the right IDs out of the pictures althouhg i know for sure that the pics contain IPTC-tags.
|
| Binary image problem | 10 Sep 2003 00:41 GMT | 1 |
I have a simple bit of code that displays a couple of bars using GDI (PNG format) which show ok in the browser but when I attempt to print, print preview or save the image I just get a blank image place holder. The code is
|
| Invalid parameter when trying to save image | 10 Sep 2003 00:38 GMT | 1 |
I really need some help here. When I try to save a cached bitmap to Response.OutputStream I get an "invalid parameter" error. bitmap1.Save(Context.Response.OutputStream, System.Drawing.Imaging.ImageFormat.Jpeg);
|
| Print without page gap (new page) | 10 Sep 2003 00:32 GMT | 1 |
Is it possible to print text without send "New page/End doc" at the printer, epson 1520 continuous paper feed, from c# ? Maybe with API? thanks in advance, epederiva
|