Search found 1 match
- Fri Apr 18, 2008 8:15 am
- Forum: .NET
- Topic: CopyToClipboardEnhMetafile
- Replies: 1
- Views: 1582
CopyToClipboardEnhMetafile
Hi, I am using the following code to copy a chart as an emf to the clipboard. void CTeeChartDotNet2::CopyToClipboardEnhMetafile() { Steema::TeeChart::Export::MetafileFormat metaFile = mControl->Chart; metaFile.bEnhanced = true; metaFile.CopyToClipboard(); } In version 2.0.2652.22325 it works perfect...