| Thread | Last Post | Replies |
|
| Drawing real transparent background | 31 Jan 2007 23:07 GMT | 12 |
I'm currently designing a user control that will draw some graphics like rectangles and such... The control can select the drawn rectangle and move it. The thing is, a control is a rectangle and cannot be rotated, so if my drawn rectangle is rotated 45 degrees, the bounding ...
|
| Invalid parameter used | 31 Jan 2007 21:16 GMT | 1 |
I am using .Net 1.1 I am facing a problem with my GDI++ code in C# control. Though i have tried many things from last 6 months, i am not able to get completely rid of this bug.
|
| ClearType is not used with Vertical text | 31 Jan 2007 02:29 GMT | 2 |
I've noticed that Drawing.Graphics.TextRenderingHint = ClearTypeGridFit does not seem to be used when StringFormat.FormatFlags = DirectionVertical. This is best seen by running the following example: Public Class Form1
|
| Drawing the Office Button | 29 Jan 2007 03:06 GMT | 4 |
Are there any samples or documentation on how to draw the background for the Office Button (i.e., the button that replaces the File menu) in Office 2007? I really like the glossy look of this item in Office 2007 and I want to implement a similar looking item in my app.
|
| Non-proportional (non Rectangular) resizing | 28 Jan 2007 05:43 GMT | 2 |
Hi all... I have developed an application for managing a very large resource of artist's paintings and posts them to a web site. The application works well. I'm trying to reduce the complexity of having to work with photoshop and
|
| PictureBox ReSize occurs when assigning Image | 26 Jan 2007 16:38 GMT | 9 |
private void pictureBox1_Resize(object sender, EventArgs e) { int w = pictureBox1.Width; int h = pictureBox1.Height;
|
| drawing a rectangle over an image | 26 Jan 2007 15:26 GMT | 1 |
Hi, I'm trying to draw a rectangle around an image but for some reason for the life of me I can't figure out why the rectangle is not drawn the same width as the image any ideas? using(Image newImage = GenerateBitmap())
|
| Antialias Matrix transformation? | 24 Jan 2007 20:47 GMT | 2 |
Does anyone know a way around this? Do I need to write my own transform code? It appears that SmoothingMode doesn't apply to matrix transformations (in my case shear). The following code produces shearing with ugly stepping:
|
| drawings | 24 Jan 2007 20:17 GMT | 1 |
How do I print (on the top) or on the right side of pages that are drawings? Drawings are in landscape style format. I need to set printing to the top of these drawings.
|
| Exception When using DashStype.Dot | 24 Jan 2007 20:14 GMT | 1 |
I get an exception when using 'Pen.DashStyle = DashStyle.Dot' in my pen method. I have a pen as instance member of a class and set its dashstyle in the paint method. Can anyone please give some input on the same.
|
| Printing Tifs | 24 Jan 2007 20:13 GMT | 1 |
Im trying to print a tif file with size 975x839 with resolution 300x300. Im printing this onto a virtual printer which takes a size of 1720x2200 200x196 dpi.
|
| 8 bit indexed bitmap object saves to jpg as 24 bit... | 23 Jan 2007 04:48 GMT | 7 |
I've been studying all the articles I can find on GDI+, and putting together a function to convert image colors and types. I am finding that I can quantize an image to 8 bit colors, and then save to png format perfectly with: bitmap.save(filename, ImageFormat.png)
|
| Image PorfFolio Library like ACDSee Desktop or Web? | 22 Jan 2007 23:56 GMT | 1 |
I have to developed a image library like ACDSee in which i have thousands of images of different extensions including PSD and AI. Library will display the images in thumbnails and then user can click on a thumb nail to preview the orignal image
|
| 32bppArgb Bitmap from Icon File, Please help | 20 Jan 2007 18:18 GMT | 4 |
I am loading an Icon .ico that contains 16x16 24x24 32x32 and 48x48 XP Icons with alpha transparencies. Then I am trying to save each Icon size as a PNG with the alpha transparency intact. I have tried the following methods but none maintain the Alpha Channel Data,
|
| Only Gifs have indexed pixel formats? | 20 Jan 2007 00:20 GMT | 3 |
I know that Gif images have an indexed pixel format, However it is possible for Tiffs and jpegs to also have this format? Thank you for your time. Regards,
|