Re: GDIPlusX questions

2007-07-16 Thread Paul Newton
h = _SCREEN.SYSTEM.Drawing.SolidBrush.New() > loBrush.Color = loColor > loBrush.Color = _SCREEN.SYSTEM.Drawing.Color.FromRgb(GETCOLOR()) > loBrush = _SCREEN.SYSTEM.Drawing.SolidBrush.New(loColor) > > Hope This helps > Cesar > > -- InĂ­cio da mensagem original --- >

GDIPlusX questions

2007-07-16 Thread Paul Newton
Hi all I am using DrawString like this oGfx.DrawString("Text to draw", loFont, loBlackBrush, x, y) loFont has been defined using loFont = .Font.New("Arial",10,0) So far so good. If I want to use Bold it seems that I cannot change loFont once it has been constructed but must instead define lo