Var
CRect:TRect;
Width,Height:integer;
Begin
CRect:
=Rect(10,10,50,60);
Width:
=WidthOf(CRect);//取宽度
Height:
=HeighthOf(CRect);//取高度
End;

相关文章:

  • 2022-12-23
  • 2021-07-17
  • 2021-11-30
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
猜你喜欢
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案