Introduction
Sometimes, you may want to store the contents of a rich edit control in a metafile.
This article outlines an approach that stores this type of control's contents in enhanced metafiles, one page per metafile.
Metafiles are useful when you want the content to be scalable at different resolutions
The following code demonstrates one method to dump the contents of a rich edit control into EMF files (one per page):
The Delphi Source Code
本文介绍了一种将富文本编辑控件的内容存储为增强型元文件的方法,每页内容对应一个元文件。通过使用元文件,可以实现在不同分辨率下内容的可缩放性。

681

被折叠的 条评论
为什么被折叠?



