| Thread | Last Post | Replies |
|
| Using LogFont Class in C# | 31 Aug 2006 20:02 GMT | 1 |
When i try to use the below code which i copied from msdn, i am getting the error like "No PInvoke conversion exists for value passed to Object-typed parameter." LogFont logf = new Microsoft.WindowsCE.Forms.LogFont();
|
| Scaling graphics components | 31 Aug 2006 19:57 GMT | 1 |
Is it possible to scale graphics components, such are line, rectangles etc, when on paint event occurs? I want to scale the line that was drawn with scale factor 1, so the result of scaling should be the grained line.
|
| Bob Powell... you earnd that :) | 31 Aug 2006 19:44 GMT | 1 |
just to let you know, i really appreciate your work here. you helped me a lot with my System.Drawing based work, so i've decided to place your name in credits part of the app i'm just about to release. keep up the great work Bob :)
|
| ScaleTransform | 31 Aug 2006 01:29 GMT | 1 |
Hi, I have been trying to achieve a zooming effect. ScaleTransform seemed to be the obvious choice. But what I need is a zooming from the center of the screen in all directions, and scaletransform scales it from the (0,0) point to the right and bottom only.
|
| Lines | 30 Aug 2006 15:10 GMT | 3 |
I have webpage with several controls arranged as in an organizational chart. Is there a way to connect these controls with lines? Rectangular coordinates? Angular coordinates? VB in ASP.NET
|
| How can I draw faster than .NET graphics? | 30 Aug 2006 14:00 GMT | 13 |
I want to take 2 images and fade them from one to the other... I want to do it full screen (for a screen saver)... Using the .NET graphics, I got a 3 FPS for what I want to do on a P4 3Ghz... Is there a way I can draw faster? I mean, there must be a way I'm drawing the images 3 ...
|
| GDI+ very slow | 28 Aug 2006 17:14 GMT | 13 |
We have a program that uses GDI+ with .NET 2.0. All rendering is being done by the CPU and not by the graphics card. What is going on here? Do graphics cards not support GDI+? Which graphics cards do support it?
|
| Mouse move disable. | 27 Aug 2006 14:00 GMT | 3 |
I am looking for a way to disable the mouse (in a c# application) for a measured time. I would appriciate any advice. Thanks
|
| Finding out if output is to a print preview window | 24 Aug 2006 21:34 GMT | 1 |
In the release version 2.0 how do I find from inside and OnPrintPage event handler if the output is going to a preview controller? Before 2.0 you could check the page size before compensating for printer hard margins now that has changed. On the pre-release there was supposed ...
|
| Mouse wheel | 24 Aug 2006 01:48 GMT | 4 |
I am writing a GIS application, in which I move between the zoom layers using the mouse wheel. When the user uses the mouse wheel in order to zoom in for example (mouse wheel up.
|
| SetPixel() / GetPixel() for Format64bppArgb in VB using LockBits | 23 Aug 2006 22:13 GMT | 12 |
Hi dears, I need an exact replacement of SetPixel() and GetPixel() functions (VB.NET), only for the specific format PixelFormat.Format64bppArgb, using
|
| using CMYK colors - is it possible? | 23 Aug 2006 21:35 GMT | 2 |
is it possible to use CMYK colors instead of RGB when drawing to the printer? if so, how can it be done? standard Color struct allows only ARGB colors. I need to draw something that is in pure CMYK Black color (C0:M0:Y0:K100) and i have no idea how can i do that.
|
| Creating a visual object | 22 Aug 2006 15:35 GMT | 2 |
Hi, I don't know if this is the right thread. I'm actually working on a simple graph tool seeing as though .NET doesn't come with one. I have a control which I want to add bar objects to. I need the bar objects to have certain properties like height, width, colour etc. Sounds like ...
|
| No encoder parameters for PNG encoder? | 21 Aug 2006 16:57 GMT | 5 |
I'd like to save PNG using 16 bits, instead of the default 24 bits. It looks like it's not possible... The following page on GDI+ shows that the PNG encoder accepts no parameters:
|
| Image from AVI | 20 Aug 2006 05:31 GMT | 1 |
Any way to extract a single frame "preview" or thumbnail from an AVI file. I would love to use GDI+ and avoid 3rd party utilities. I will be saving this as a JPG or GIF. Thanks for any pointers.
|