| Thread | Last Post | Replies |
|
| Bitmap access denied with .net 3.0 | 24 Sep 2007 00:35 GMT | 2 |
I'm quite new to .Net 3 and WPF. In my code I am using Image controls that are shown in a ScrollViewer. When the user changes the galerie to look at I need to clear the ScrollViewer and dispose all
|
| draw or copy | 22 Sep 2007 11:30 GMT | 1 |
My ASP.NET web app needs to draw many (up to 20,000) polygons on a bitmap. A number of polygons to draw depends on a client request. The polygons have different number of vertices. Some ones have 4-5 points, others - 200-300.
|
| Recommendations for component(s) to zoom in on JPG images on form | 19 Sep 2007 18:36 GMT | 3 |
I have an application that allows users to view JPG images that were previously scanned. In one part of the application, the users are wanting to view an image such that they can zoom in on a particular section of the JPG so as to interrogate address information contained therein ...
|
| How to draw the table (.net, C #) | 18 Sep 2007 09:58 GMT | 1 |
There is a table (created of variables) is necessary to insert her as picture in PictureBox. And then would be possible to drag, scale, etc this picture. Thanks
|
| Printing bug! | 15 Sep 2007 09:57 GMT | 5 |
I'm using printing sample from here : http://msdn.microsoft.com/msdnmag/issues/03/02/PrintinginNET/ With Hewlett-Packard HP-GL/2 Plotter driver the aplication draw on desktop window .
|
| Can this code be modified to produce a 16-bit grayscale file | 10 Sep 2007 02:15 GMT | 4 |
I got the below code from the internet. After I ran it I used a hex editor to view the value of Bi.BitCount in the file. It's 32 (20 hex) not 16.
|
| max Bitmap size ? | 08 Sep 2007 11:44 GMT | 2 |
does anybody know what are the exact maximum values accepted for the Width / Height of a bitmap in a command such as: New Bitmap(Width, Height), System.Drawing.Imaging.PixelFormat.Format32bppPArgb)
|
| user control selection point rect | 03 Sep 2007 10:11 GMT | 1 |
I'm not an expert in Graphic User Interfaces so I'm posing this question to the experts. I have a plain vanilla user control that represents my main view. The view's size is fixed and divided evenly into 8 square regions. The view's backcolor
|
| Format16bppRgb555 and Format16bppRgb565 questions. | 02 Sep 2007 20:05 GMT | 4 |
The PixelFormat Enumeration contains Format16bppRgb555, Format16bppRgb565, Format16bppGrayScale and Format16bppArgb1555. Does the BMP file format admit to this distinction? What about filling in the BITMAPINFOHEADER structure. Is there a way to
|
| How to manually invoke PictureBox.Resize? | 01 Sep 2007 18:17 GMT | 7 |
I experience a strange problem with PictureBox I draw onto. My application has a fill-docked TabControl on its form and there is PictureBox on one of the TabPages. If I resize the form (hence the PictureBox should resize too) WITHOUT switching to the TabPage
|
| loading, creating, saving vector drawings to Word DOC or RTF file from code? | 01 Sep 2007 01:19 GMT | 1 |
I'm interested in coding a simple, easy to use, open source vector drawing program similar to MS Word's drawing tool bar or MS Paint (but vector-based) to run on PocketPCs (using the .NET compact framework). It would let the user draw & fill boxes, ellipses, polygons, lines,
|