| Thread | Last Post | Replies |
|
| PictureBox zoom printing | 08 Feb 2007 18:50 GMT | 1 |
i'm trying to print a picturebox image with the SizeMode property set to Zoom. With DrawImage I can't get the size of the image inside the picturebox because i get all of the displayrectangle instead.
|
| How to use raster font | 08 Feb 2007 12:41 GMT | 2 |
I am using VS2003 with 1.1 I have this font file xxx.fon and i would like to drawstring by using this font ...... i am unable to find any help on this while i googled ...... ur help is appreciated ......
|
| Metafile in console application | 07 Feb 2007 22:00 GMT | 3 |
I want to create a WMF/EMF file in a console application using C#, however, I failed to create an empty Metafile object. As much as I can tell, the various Metafile constrctors require an existing file or a IntPtr to a device context. As this a console application I do not
|
| Graphics.DrawPolygon with Custom Dash throws Exception | 07 Feb 2007 07:30 GMT | 2 |
(I already posted this question in microsoft.public.dotnet.languages.csharp, but this one is updated) I have a problem. When drawing into a graphics context I sometimes get
|
| Shear image | 07 Feb 2007 00:40 GMT | 4 |
When you use the Shear method, the 2 corners of the image are moved together and the image becomes a parallelogram. But how to shear the image by moving only a corner of the image? Or is there another method which do the job? Thanks
|
| Huge images | 05 Feb 2007 17:23 GMT | 4 |
I've been working on a website and i need to resize uploaded pictures and stuff. Everything works fine with Image.fromstream method but there seems to be a simple problem, I created a simple solid blue jpg file which is 10000x10000 pixel
|
| vb.net Multipage TIFF | 03 Feb 2007 10:54 GMT | 6 |
Hello all. Newbie here looking for resources related to mulipage Tiff's in vb.net. My current plans are to capture PCL prints from and AS400 and convert those PCL's to multipage TIFF's.
|
| Antialiasing rendering of metafile images | 02 Feb 2007 17:48 GMT | 2 |
Since .Net 2.0 has more support for vector graphics (Metafiles) this can be put to use on a so called "resolution free" GUI. However a big problem appeared here. The rendered metafile object does not use antialiasing and as a result it looks pretty rough on the screen.
|
| Loading image byte array | 02 Feb 2007 17:08 GMT | 14 |
I recently found a thread where Frank Hileman suggested using the Bitmap overload that enables you to get direct access to the image byte-array, opposed to using unsafe code along with lockbits. I've written a small wrapper for this functionality and its working ok. My question ...
|
| key to speed - use byte array instead of writing to locked image bytes | 01 Feb 2007 23:30 GMT | 11 |
I generally work with large scans, so speed matters for me. I wanted to set transparency for colors whose RGB byte total is less than 10 (light colors). I tried the Bob powell method listed at: http://www.bobpowell.net/lockingbits.htm
|
| Drawing a Pixel? | 01 Feb 2007 21:40 GMT | 3 |
Hello. I'm using Visual Studio 2005 (VB) and I want to a draw a pixel to an (x, y) position on the form (is drawing to something else faster or easier?). Here's the catch; the pixel needs to have an RGB color value, so using System.Drawing.Brush is not an option, since you can ...
|