RowPostpaint 事件

 

通过Rectangle(矩形的意思)对象绘制矩形区域,然后在通过textRendererDeawText方法来绘制序列号。

Rectanglex,y width,height

DrawText( IDeviceContext dc,text,font,Rectangle boundsforeColor,TextFormatFlages);

 

Rectanglex,y,width,height

Drawtext(IDeviceContext dc,text,font,Rectanglebounds,forecolor,textformatflags);

相关文章:

  • 2021-07-25
  • 2021-11-25
  • 2021-08-26
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-01-07
  • 2021-11-03
  • 2021-12-09
  • 2022-01-17
相关资源
相似解决方案