| Thread | Last Post | Replies |
|
| Units of Measure - Control.ClientRectangle Property | 26 Aug 2008 18:24 GMT | 1 |
I get back a RectangleF from the Control.ClientRectangle property, but I have no idea what unit of measure is being used. I did find that a similar rectangle for the printarea used during printing is in hundredths of an inch (357 => 3.57 inches)
|
| Custom Control | 26 Aug 2008 02:01 GMT | 2 |
i,am building a custom control using custom Designer inherited from ParentControlDesigner, in the custom control class i have overrides Displayrectangle, Onresize, DefaultSize, OnClientSizeChanged, and
|
| Positioning of Text Strings after Rotation is Incorrect | 25 Aug 2008 21:00 GMT | 2 |
I have figured out how to rotate bitmaps correctly (after help from this group). I used the image center as the rotation point. Positioning after rotation was based on how the
|
| Some help with System.Drawing Part 1. | 24 Aug 2008 13:17 GMT | 8 |
Hi there. I'm very new to System.Drawing and I'm running into a few walls with my drawing. I think I understand the basics (at least at a high level) but now I'm starting to run into performance problems with my drawing routines and I'm certain it's because I haven't done things
|
| Image Distortion and Positioning Distortion | 19 Aug 2008 13:56 GMT | 2 |
Any ideas what I can try to get rid of distortion of images and positioning problems with text? I'm painting images and text on the screen and to a Dymo Label printer. They both work fine, except the images are stretched
|
| Weird Alpha-blending Issue | 16 Aug 2008 13:23 GMT | 2 |
I've discovered something very, very odd while working with embedded PNG resources in my current project. Here's the scenario: I have a PNG image with alpha-blended transparency as an embedded resource in my project. I load the image from the embedded resource manifest into
|
| Virtual Coords | 14 Aug 2008 08:58 GMT | 4 |
Hi y'all. I am writing a viewport for my music notation program. All Notation elements are stored as I would call them 'virtual' coords i.e. they have no real resemblance to pixels, Inches etc.. though I
|
| Grabbing a frame from an animated GIF | 12 Aug 2008 12:33 GMT | 1 |
If I want to grab, say, the first frame of an animated GIF (so that I can allow the user to start and stop the image by flipping between the whole thing and just the first frame) do I simply call SelectActiveFrame(FrameDimension.Page, 0) on the Image that has the full GIF
|
| Rotation of Text | 12 Aug 2008 12:16 GMT | 1 |
I am given a collection of bitmaps and text strings from a layout to display on a control. I receive an arbitrary number of flags specifying which objects are to be rotated. From what I'm reading, this means I want to perform a "local rotation" where
|
| Graphics Confusion | 11 Aug 2008 20:00 GMT | 5 |
I am given a byte array which I convert to a Bitmap. Then I am given a Size and a Position where I am supposed to paint the Bitmap on a control. Since the Bitmap I am given is not the desired size, I
|
| Help for improving the performance of GDIPlus Bitmap drawing | 08 Aug 2008 16:59 GMT | 7 |
Hi Gurus, Currently I encouter a performance issue in CSharp PictureBox with GDIPlus rendering, my dataset is 78 curves, 512 points in each curve. I enabled the doublebuffer in WinForm, first use Graphics::DrawLines
|