Вниз
Скачать: CL | DM;

Сохранение в emf   Найти похожие ветки 

 
Jimmy   (2007-09-23 12:22) [0]

Как сохранить векторное изображение в emf-файл?
Var ImMetaFile  : TMetaFile;
ImMetaFile.SaveToFile("1.wmf");
Так я сохраняю его в wmf. Если написать
ImMetaFile.SaveToFile("1.emf");
будет создан emf-файл? И можно ли в двух словах сказать чем отличаются эти два формата?


 
Lacmus ©   (2007-09-23 16:12) [1]

TMetafile.Enhanced Property

Description
Use Enhanced to determine how the metafile is stored on disk. If Enhanced is true, the metafile is stored as an .EMF (Win32 Enhanced Metafile). If Enhanced is false, the metafile is stored as a .WMF (Windows 3.1 Metafile, with Aldus header).

The in-memory format is always EMF. WMF has very limited capabilities; storing as WMF will lose information that would be retained by EMF. This property is set to match the metafile type when loaded from a stream or file. If loaded as WMF, then save as WMF.


 
Jimmy   (2007-09-23 16:32) [2]

Спасибо! А почему эллипс, повернутый с помощью SetWorldTransform, в wmf сохраняется нормально, а в emf - некорректно (не повернутый)?


 
Lacmus ©   (2007-09-23 16:40) [3]

EnumEnhMetaFile


 
Jimmy   (2007-09-23 18:24) [4]

Пожалуйста, поподробнее!


 
Jimmy   (2007-09-23 21:35) [5]

Большая просьба: поясните что значит ответ "EnumEnhMetaFile"!


 
Lacmus ©   (2007-09-23 22:31) [6]

Попробуйте использовать функцию EnumEnhMetaFile для ответа на свой вопрос, описание функции здесь http://msdn2.microsoft.com/en-us/library/ms534474.aspx



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.46 MB
Время: 0.013 c
1-1186384261
ancot
2007-08-06 11:11
2007.10.21
Быстрый импорт из Excel


2-1190481611
Yogan
2007-09-22 21:20
2007.10.21
idsmtpserver


15-1190230717
Джо
2007-09-19 23:38
2007.10.21
msoeapi.idl


15-1190375811
sTEPler
2007-09-21 15:56
2007.10.21
юникс


2-1191158146
alex_ant
2007-09-30 17:15
2007.10.21
Унифицированный способ сравнивать массивы?




   Наверх