Home > Net >  Graphics. DrawString how an int variable display?
Graphics. DrawString how an int variable display?

Time:09-21


for(int i=0; i<8; I++)
{
Int v=10 * I;
Graphics. DrawString ((const WCHAR *) v, 1, & amp; MyFont PointF (Width * 0.14, Height * I * (0.125 + 0.2)), & amp; BrushB);
}
The great god help look at it? How to use GDI + the int data displayed?

CodePudding user response:

Variable names. The tostring (), and then on the control of paint paint, or do you draw the bitmap, to control the background
  •  Tags:  
  • C#
  • Related