Click here to Skip to main content
15,919,931 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: What happened to System.Windows? Pin
Konstantin Vasserman8-Feb-02 18:15
Konstantin Vasserman8-Feb-02 18:15 
GeneralRe: What happened to System.Windows? Pin
omkamal9-Feb-02 6:26
omkamal9-Feb-02 6:26 
QuestionMFC with .NET? Pin
Stan Shannon8-Feb-02 2:41
Stan Shannon8-Feb-02 2:41 
AnswerRe: MFC with .NET? Pin
NormDroid8-Feb-02 2:44
professionalNormDroid8-Feb-02 2:44 
GeneralRe: MFC with .NET? Pin
Stan Shannon8-Feb-02 2:57
Stan Shannon8-Feb-02 2:57 
GeneralRe: MFC with .NET? Pin
NormDroid8-Feb-02 2:59
professionalNormDroid8-Feb-02 2:59 
GeneralRe: MFC with .NET? Pin
Stan Shannon8-Feb-02 3:14
Stan Shannon8-Feb-02 3:14 
GeneralGDI+ Pin
Konstantin Vasserman6-Feb-02 16:49
Konstantin Vasserman6-Feb-02 16:49 
I have a couple of questions/concerns about GDI+.

I've seen a few people say that GDI+ was much slower than GDI. Messages were from October of last year, so I wonder if this have been improved in the final release of .NET (if it was updated at all)?

Also I am trying to figure out what is the deal with NULL pens (PS_NULL) in GDI+. I cannot seem to find anything about it. Do I just set my Pen* to NULL and do things like this:
if( pMyPen ) 
    myGraphics.DoSomethingWithPen(pMyPen,...);

But it seems that executing if's in the loop will be much slower than passing a PS_NULL pen every once in the while. What am I missing here?

Thank you.
GeneralRe: GDI+ Pin
Christian Graus6-Feb-02 17:07
protectorChristian Graus6-Feb-02 17:07 
GeneralRe: GDI+ Pin
Konstantin Vasserman6-Feb-02 17:16
Konstantin Vasserman6-Feb-02 17:16 
GeneralRe: GDI+ Pin
Christian Graus6-Feb-02 21:40
protectorChristian Graus6-Feb-02 21:40 
GeneralRe: GDI+ Pin
Konstantin Vasserman7-Feb-02 0:42
Konstantin Vasserman7-Feb-02 0:42 
General.NET vs COM extensibility Pin
Daniel Turini6-Feb-02 7:06
Daniel Turini6-Feb-02 7:06 
GeneralVS.NET final version installation Pin
omkamal6-Feb-02 5:01
omkamal6-Feb-02 5:01 
GeneralRe: VS.NET final version installation Pin
Mazdak6-Feb-02 5:42
Mazdak6-Feb-02 5:42 
GeneralRe: VS.NET final version installation Pin
omkamal6-Feb-02 5:54
omkamal6-Feb-02 5:54 
GeneralRe: VS.NET final version installation Pin
Mazdak6-Feb-02 6:11
Mazdak6-Feb-02 6:11 
GeneralRe: VS.NET final version installation Pin
omkamal6-Feb-02 6:46
omkamal6-Feb-02 6:46 
GeneralRe: VS.NET final version installation Pin
Daniel Turini6-Feb-02 6:59
Daniel Turini6-Feb-02 6:59 
GeneralRe: VS.NET final version installation Pin
omkamal6-Feb-02 7:32
omkamal6-Feb-02 7:32 
GeneralRe: VS.NET final version installation Pin
Daniel Turini6-Feb-02 9:17
Daniel Turini6-Feb-02 9:17 
GeneralRe: VS.NET final version installation Pin
omkamal6-Feb-02 9:46
omkamal6-Feb-02 9:46 
GeneralRe: VS.NET final version installation Pin
Mazdak6-Feb-02 10:35
Mazdak6-Feb-02 10:35 
GeneralRe: VS.NET final version installation Pin
omkamal6-Feb-02 16:58
omkamal6-Feb-02 16:58 
GeneralMulti-Select TreeView Pin
2sky5-Feb-02 10:00
2sky5-Feb-02 10:00 

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.