| Thread | Last Post | Replies |
|
| Landscape Duplex is upside down | 25 Jun 2004 21:15 GMT | 2 |
I can't find the property in printdocument.defaultpagesettings to change the binding edge. My duplex works fine but the back side of the page is upside down. PrintDoc.DefaultPageSettings.Landscape = True
|
| Create region from image | 25 Jun 2004 18:08 GMT | 1 |
Is there a simple way to create a region from an image that has a transparent background? The only way I have come up with is looping through all pixels and adding those that are not transparent.
|
| manual drawpath | 25 Jun 2004 18:07 GMT | 3 |
I have a Calculated the path of a bitmap into the GraphicPaths object. I want to manually draw this path in a plotter fashion without using the drawpath object. What is the best way of doing this... Thanks,
|
| Printed output is shifted to the right 1/4" | 25 Jun 2004 13:37 GMT | 2 |
I'm trying to print using the .NET PrintDocument control, but the output is always shifted to the right by about 1/4 inch. Does anyone have any idea why this might be? The output is the same on my HP OfficeJet 7130 and HP LaserJet 4L.
|
| Region.IsVisible woes | 24 Jun 2004 09:27 GMT | 2 |
I create a graphics path like so: GraphicsPath affectedPath = new GraphicsPath(); affectedPath.AddLine(startPoint, endPoint); And then add it to a region:
|
| drawing mask | 24 Jun 2004 08:53 GMT | 1 |
I have an icon which I want to draw as a black mask on a white bitmap. How can I do this? Martin
|
| Code generation for property failed | 23 Jun 2004 18:38 GMT | 1 |
I'm working on a component written with C#. The component contains a property of type Image and loads a default image from its resource when an instance is created. When I add the component to a Form, the property grid shows the default
|
| Setting the Region causes continual repaint! | 23 Jun 2004 17:08 GMT | 5 |
I have an owner drawn control and am simply creating an elliptical label. I have the following in the constructor: <code> SetStyle(ControlStyles.SupportsTransparentBackColor
|
| REPOST - Alpha blending and GDI+/GDI interop | 23 Jun 2004 10:18 GMT | 1 |
Sorry about the repost. We are nearing release and would really like an answer on this issue: I have a managed library that contains some System.Drawing drawing code, but parts of it depend on a Managed C++ library that provides a managed
|
| Drawing image with the original size | 23 Jun 2004 01:54 GMT | 5 |
Sirs, I have an image with 2160x1440 pixel and 230 dpi. When I print it using Graphics.DrawImage I get one image of 901x601 pixels. This is exactly the result of the folowing operation: DisplayX = ImageX/ResolutionImageX*ResolutionDisplayX
|
| Changing the look of an existing control | 23 Jun 2004 00:34 GMT | 1 |
I would like to change the look of an existing control (Group Box) and am confusing myself as to how to do this. All I want to do is take the existing Group Box control and change its appearance. All other functionality I wish to remain the same.
|
| GDI Font | 22 Jun 2004 21:08 GMT | 1 |
Im writing to find out if it is possible to read the following text written in Dax Italic using GDI function(s). Text: ???????????? ???????????? I would appreciate any advice,
|
| Graphics.MeasureString - varying results? | 22 Jun 2004 21:07 GMT | 2 |
I made a procedure which receives a Graphics parameter, and with that Graphics parameter, performs various things. The area of confusion here is that when I pass the procedure a Graphics object created by a Panel, and use the MeasureString() method, I get a different width than ...
|
| Ways to improve GDI+ graphics layout? | 22 Jun 2004 19:45 GMT | 1 |
Would like to know how can I use SmoothingMode, PixelOffsetMode and TextContrast to improve the outcome of the GDI+ graphics (or other settings I don't know)? Basically I just want the GDI+ graphics to look better without affecting the
|
| Speeding up Bitmaps Loading | 22 Jun 2004 17:49 GMT | 2 |
I am trying to load a sequence of large bitmaps (720*486) and then loop thru each pixel and convert its color space form RGB to YCbCr which is used in TV broadcasting. I'm using VB.NET. Unfortunately, the overall process came up to be real slow specially when running this on 300 ...
|