Click here to Skip to main content
15,920,508 members
Home / Discussions / C#
   

C#

 
GeneralRe: I need a documentation writing tool. Pin
leppie25-Apr-03 10:56
leppie25-Apr-03 10:56 
GeneralRe: I need a documentation writing tool. Pin
GriffonRL26-Apr-03 12:16
GriffonRL26-Apr-03 12:16 
GeneralRe: I need a documentation writing tool. Pin
GriffonRL26-Apr-03 12:14
GriffonRL26-Apr-03 12:14 
GeneralRe: I need a documentation writing tool. Pin
Anonymous26-Apr-03 12:38
Anonymous26-Apr-03 12:38 
GeneralWebbrowser control and multithreading. Pin
GriffonRL25-Apr-03 1:35
GriffonRL25-Apr-03 1:35 
GeneralRe: Webbrowser control and multithreading. Pin
Stephane Rodriguez.26-Apr-03 0:14
Stephane Rodriguez.26-Apr-03 0:14 
GeneralRe: Webbrowser control and multithreading. Pin
GriffonRL26-Apr-03 12:11
GriffonRL26-Apr-03 12:11 
GeneralGDI+ and Metafiles Pin
sasha7125-Apr-03 0:12
sasha7125-Apr-03 0:12 
Hi,

I am trying to display a metafile as a background of a C# custom control.
I need the control allows to zoom the metafile without image degradation (the metafile contains only lines and arcs, no bitmaps).
The DrawImage method do not give me the desiree result since scaling yield a loose of details.

e.Graphics.ScaleTransform(100, -100);
e.Graphics.DrawImage(image, 0,0)

or

e.Graphics.DrawImage(image, Rectangle(0,0,100,100))



Using PlayRecord method of Metafile class the drawing process is too slow.

Any ideas?

Thank you



Alessandro
GeneralDDE with C# Pin
Mardawi24-Apr-03 14:11
Mardawi24-Apr-03 14:11 
GeneralRe: DDE with C# Pin
wolframrinke18-May-04 5:01
wolframrinke18-May-04 5:01 
GeneralRe: DDE with C# Pin
jiugarte Brasil22-Jan-10 7:02
jiugarte Brasil22-Jan-10 7:02 
GeneralToolTip / picturebox question - Urgent..for school Pin
jtmtv1824-Apr-03 14:09
jtmtv1824-Apr-03 14:09 
GeneralRe: ToolTip / picturebox question - Urgent..for school Pin
David Stone25-Apr-03 8:16
sitebuilderDavid Stone25-Apr-03 8:16 
GeneralRe: ToolTip / picturebox question - Urgent..for school Pin
jtmtv1825-Apr-03 13:38
jtmtv1825-Apr-03 13:38 
QuestionSetTitle Bar Font? Pin
Delegate24-Apr-03 10:40
Delegate24-Apr-03 10:40 
QuestionFunction shortcuts? Pin
kensai24-Apr-03 8:52
kensai24-Apr-03 8:52 
AnswerRe: Function shortcuts? Pin
David Stone25-Apr-03 8:13
sitebuilderDavid Stone25-Apr-03 8:13 
GeneralComboBox scrolling Problems Pin
Paul Griffin24-Apr-03 6:59
Paul Griffin24-Apr-03 6:59 
QuestionHow to grab still image from WMV frame or caturing device Pin
AgeSan24-Apr-03 6:44
AgeSan24-Apr-03 6:44 
GeneralReady to cut my ear off Pin
RB@Emphasys24-Apr-03 5:31
RB@Emphasys24-Apr-03 5:31 
GeneralProblem with unmanaged thread using more than one appdomains Pin
davidliu638724-Apr-03 5:19
davidliu638724-Apr-03 5:19 
GeneralRe: Problem with unmanaged thread using more than one appdomains Pin
Rama Krishna Vavilala24-Apr-03 5:46
Rama Krishna Vavilala24-Apr-03 5:46 
GeneralExplorer like program problem Pin
plextoR24-Apr-03 5:16
plextoR24-Apr-03 5:16 
QuestionHow to show a hidden form? Pin
Snowjim24-Apr-03 4:36
Snowjim24-Apr-03 4:36 
AnswerRe: How to show a hidden form? Pin
apferreira24-Apr-03 7:45
apferreira24-Apr-03 7:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.