如何获取RichEdit全部内容的TRect?

发布于 2024-11-17 01:23:46 字数 131 浏览 3 评论 0原文

如何获取RichEdit全部内容的TRect?

我有一个使用 TRangeformat 将 richEdit 保存为图像的功能,但问题是我们是定义要打印的矩形的人。我怎样才能得到打印整个内容的精确矩形?

thnax

How can i get the TRect of the whole content of the RichEdit?

i have a function to save the richEdit as image using the TRangeformat, but the problem is we are the one to define the rect where to be printed. how can i get the exact rect to print the whole content?

thnax

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

垂暮老矣 2024-11-24 01:23:46

有很多关于如何使用 Delphi 让 Windows 绘制画布的示例。这是一个可能有帮助的。

将 Rich Edit 控件绘制到
用于预览的位图

http://www.delphi-central.com/tutorials/Print_Preview.aspx< /a>

还有更多:
测量 TRichEdit 全文大小

There are lots of example on how to make windows paint a canvas with Delphi. Here is one that might help.

Painting a Rich Edit control onto a
bitmap for preview

http://www.delphi-central.com/tutorials/Print_Preview.aspx

And some more:
Measuring size full text of TRichEdit

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文