Home > Back-end >  C drawing program, train of thought
C drawing program, train of thought

Time:10-05

Painting filled functions, result in image format

CodePudding user response:

With the TCanvas paintings, such as:
Canvas - & gt; Brush - & gt; Color=clMoneyGreen;//background Canvas - & gt; FillRect (the Rect (0, 0, Width, Height));//fill

CodePudding user response:

But to make up a complete drawing tool, line drawing, filling, write, and then put the results to save the pictures

CodePudding user response:

Image can keep directly, also can draw

CodePudding user response:

TPaintBox Canvas
  • Related