Bonsoir,
j'ai dessiné un rectangle en suivant les instructions suivantes mai je veux colorier son surface, pouvez vous m'aider et merci d'avance.
les instructions pour dessiner le rectangle
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 myGraphics.DrawRectangle(pen:=myPen, rect:=myRectangle) myGraphics.DrawString(modules(i).nom, drawFont, myBrush, myRectangle.X, myRectangle.Y, drawFormat)
Partager