HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Drawing) microsoft.public.dotnet.framework.drawing


Discuss in the Dotnet Framework (Drawing) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Drawing) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Negative Coordinates are fine. Servicing the Paint event of a form, this code: private void Form1_Paint(object sender,...
Bob Powell [MVP]
07-09-2003 02:03 PM
Bob Powell [MVP] Go to last post
0 32
I want to save images into one TIF file as an multipage. How can I do it?
Mazdak
07-09-2003 10:59 AM
Dion Heskett Go to last post
1 24
The Bitmap object should have a method to set it. I believe its called SetResolution and you simply need to pass in the horizontal and...
Rick
07-09-2003 10:37 AM
Rick Go to last post
0 24
Hi all! We 've got some bitmaps. basically these bitmaps are related tiles(rectangles) of a mosaic. We want to view these pictures in a viewer,...
David Richter
07-09-2003 09:34 AM
David Richter Go to last post
0 35
Hi, How can implement Line circle drawing using rubberband technique without calling GDI functions. How to choose XOR mode pens here Vrs
VRS
07-09-2003 06:57 AM
Bob Powell [MVP] Go to last post
1 37
Have a look at the Bitmap Constructor overload...
Dion Heskett
07-09-2003 02:20 AM
Dion Heskett Go to last post
0 23
Hi. You can post them here or just remove _spamkiller_ from my email address and send me the files. -- Bob Powell C#, System.Drawing Check out...
Bob Powell [MVP]
07-08-2003 01:55 PM
Bob Powell [MVP] Go to last post
0 25
Hi, There are several post in this group about creating custom size prints under w2k and XP. Even though there where some hints of working solutions...
Patrik Schlund
07-08-2003 09:52 AM
Patrik Schlund Go to last post
0 27
Hi, I am developing in .NET to create adaptative webs depending on the accessing device. Questions: -Is there any WBMP extension format that accepts...
Joaquim Raurell Martí
07-08-2003 08:00 AM
Bob Powell [MVP] Go to last post
1 22
As far as I know, the Matrox cards are the only ones which support hardware accelleration for GDI+. This in itself is a good thing, but like all...
Bob Powell [MVP]
07-08-2003 07:57 AM
Patrick Kristiansen Go to last post
6 26
1) GraphicsUnit.Point = 1/72 Inch 2) GraphicsUnit.Display = 1/75 Inch I printed letter at postion x = 500 twice, first with Graphics.PageUnit...
Gawelek
07-08-2003 05:31 AM
Gawelek Go to last post
0 37
I think that the 16bppgrayscale format as generated by the framework has some major problems. -- Bob Powell C#, System.Drawing Check out the GDI+...
Bob Powell [MVP]
07-07-2003 05:56 PM
Bob Powell [MVP] Go to last post
0 21
Try asking this over in the C#, WindowsForms or WindowsForms.Controls groups. This group is kinda graphics oriented. -- Bob Powell C#,...
Bob Powell [MVP]
07-07-2003 05:14 PM
Bob Powell [MVP] Go to last post
0 27
Hi Tim, "Fun" hardly begins to cover it... I've been battling with what I think is a similar problem for about a month now (on and off), and I've...
AT
07-07-2003 02:55 PM
Tim Anderson Go to last post
3 35
Hello, In my Managed C++ code, I have an instance of the .NET Bitmap class and I need to call a non managed routine within a third party library...
José Joye
07-07-2003 01:54 PM
Ken Varn Go to last post
3 23
Can you share this code? I'm having the same problem. Thanks, Patrik " Prasad" <nomail (AT) tome (DOT) com> wrote
Patrik Schlund
07-07-2003 12:02 PM
Patrik Schlund Go to last post
0 27
"The transformation that maps page coordinates to device coordinates is called the page transformation. The Graphics class provides the PageUnit and...
Olle Bjurstam
07-07-2003 08:00 AM
Bob Powell [MVP] Go to last post
1 20
Hi All, Does anyone have any idea how one would go about rendering rich text in GDI+? Many thanks James
James Westgate
07-07-2003 02:31 AM
Jos Vernon Go to last post
3 32
I had no idea that group was for .NET and DirectX. Maybe Microsoft should change the name of the group to be more consistent with the other...
Mehmet Ozyurt
07-07-2003 02:03 AM
Ozyurt Go to last post
8 24
Here is a MicroSoft sample code: "The Scribble sample shows how to develop a Windows Forms MDI application using Visual Basic and the .NET Framework...
John
07-06-2003 07:34 PM
John Go to last post
0 36
I really need to get some hints on how to redefine the way textbox paint it self... I need a complet control on layout in order to display text as...
Crirus
07-06-2003 01:13 PM
Crirus Go to last post
0 31
Hi! I want to build my own text box control. I started a new control project, with a picture box a background for text I need some tutorials on how...
Crirus
07-06-2003 01:04 PM
Crirus Go to last post
0 29
Thanks for your reply. I just missed to furnish one more information. int 24 bit True color display setting both looking fine. but in 256 color mode...
Hariharan
07-05-2003 02:24 AM
Hariharan Go to last post
2 32
Hey all, Happy 4th! I've been trying to get this working properly with no success for some time...I'm trying to implement a "Snap-To-Grid" function...
AT
07-04-2003 04:55 PM
AT Go to last post
0 29
Does anyone know of a control or have sample code that would allow the plotting of points based on lat long within a given area? Just looking for...
ML
07-04-2003 11:00 AM
ML Go to last post
5 28
Thanks for your reply. I just missed to furnish one more information. int 24 bit True color display setting both looking fine. but in 256 color mode...
Hariharan
07-04-2003 07:14 AM
Hariharan Go to last post
0 29
Hi there, is any easy method IN gdi+ to draw only one pixel? For example I would like to draw on position Point(210,20) yellow pixel...... thanks...
Jakub Otahal
07-04-2003 02:51 AM
Bob Powell [MVP] Go to last post
1 30
I am using 8bpp indexed bitmap image. I am having a few problems. 1. Is there any difference between the Graphics object thati s coming in the paint...
Hariharan
07-04-2003 01:49 AM
Hariharan Go to last post
0 26
Hi, there I am writting a flow chart control, like MS Visio, much simplier featurers but it handles events differently and implement...
Eddie Moore
07-03-2003 09:26 PM
Eddie Moore Go to last post
2 35
Hi everyone. I've seen posts about how to draw a disable icon by converting it to a bitmap, then using the ControlPaint.DrawImageDisabled() method. ...
Tom
07-03-2003 05:02 PM
Tom Go to last post
0 23
Is there any way to "trick" an OCX control into painting it's images onto a graphics device that's not it's own (like, say, a panel that's sitting...
Sonya Erb
07-03-2003 03:30 PM
Sonya Erb Go to last post
0 36
Ok, i fixed the problem. It was the Printingprocessor! changed it from brprint to winprint and raw-modus know it works fine! <tillg (AT) ppedv...
Till Groos
07-03-2003 09:21 AM
Go to last post
2 33
When writing c# applications do I have to choose from either using directx or importing code using dllimport from the opengl dll? the net framework...
Jakob Nielsen
07-03-2003 05:11 AM
Ken Tucker Go to last post
2 30
Hi Is there a simple way of creating a linear gradient that starts with one color, transforms to the other color in the middle of the rectangle and...
Paul Mason
07-03-2003 04:23 AM
Paul Mason Go to last post
0 25
Hi, guys who can tell me where i can find a sample flow chart control source code, i am designing a flow chart control. but the event handling...
Eddie Moore
07-02-2003 12:36 PM
Eddie Moore Go to last post
0 26
I want to get the system icon and display it on picture box. But the result of the picture which show on the picture box the alpha channel to be...
Andrew
07-02-2003 07:32 AM
Michael Zino Go to last post
1 21
hi everyone, i'd like to know whether anyone of you has experienced any problems with printing when the resolution exceeds 600x600 dpi ? are there...
Martin
07-02-2003 06:17 AM
Martin Go to last post
0 30
Hi, I'm having a few problems with the PNG support in .NET. Specifically, I am creating an image as a 48 bit per pixel RGB image...
Jeff Foster
07-01-2003 01:51 PM
Jeff Foster Go to last post
0 33
I am trying to use the PrinterSettings.GetHdevmode method, but I appear to get back garbage. Below I have included my test program showing the...
Darrel
07-01-2003 09:54 AM
Darrel Go to last post
0 48
Sorry to say that after a little more research I discovered that the link I had found refers to Canon RAW format files. These bear no resemblance...
Santosh Kulkarni
07-01-2003 09:42 AM
Bob Powell [MVP] Go to last post
2 38
hi everyone, i'd like to know whether anyone of you has experienced any problems with printing when the resolution exceeds 600x600 dpi ? are there...
Martin
07-01-2003 09:07 AM
Martin Go to last post
0 40
http://www.dotnet247.com/247reference/msgs/28/144569.aspx this article can read some exif info, but it can't read the iso value, i want get the iso...
Waste.Net
06-30-2003 07:42 PM
Waste.Net Go to last post
0 33
Norm, Try this. Dim mBit As Bitmap mBit = New Bitmap(pb.Width, pb.Height) Dim g As Graphics = Graphics.FromImage(mBit)
Ken Tucker
06-30-2003 08:50 AM
norm dingle Go to last post
1 29
BTW the application is called TimerTest because I forgot to make a new app when I was messing about with it. -- Bob Powell C#,...
Bob Powell [MVP]
06-30-2003 06:34 AM
Bob Powell [MVP] Go to last post
0 33
Get the palette, modify the colours and then replage the palette such as... //Image copy is loaded from a stream elsewhere ColorPalette pt =...
Bob Powell [MVP]
06-30-2003 04:44 AM
Bob Powell [MVP] Go to last post
0 31
That is awesome, thank you jake, still looking for the source *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in...
Eddie Moore
06-29-2003 05:59 PM
Eddie Moore Go to last post
0 26
Hi! but after all how can you install from command line? i have installed MDX.NET in graphic mode and have no access to Direct3DX, Play, Input...
performer24
06-29-2003 06:30 AM
performer24 Go to last post
0 39
The GDI+ FAQ has an article on how to map mouse coordinates in various pixel units to the screen. -- Bob Powell C#, System.Drawing Check out the...
Bob Powell [MVP]
06-28-2003 03:33 PM
Olle Bjurstam Go to last post
2 41
"Kaki" <--NO--> wrote Kaki, Check Graphics.Transform property. You can create a Matrix object to rotate Graphics of a given angle. Graphics g =...
Maciej Kromrych
06-26-2003 05:58 AM
Maciej Kromrych Go to last post
0 30
Post New Thread

Display Options
Showing threads 4301 to 4349 of 4349
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.