Search found 1 match
- Wed Mar 09, 2005 6:34 pm
- Forum: VCL
- Topic: Gradient Problems with teeCreateMetaFile?
- Replies: 1
- Views: 3112
Gradient Problems with teeCreateMetaFile?
Here's a bizarre problem that I've been banging my head against for a while: MF:=Chart.teeCreateMetaFile(True, Rect(0,0,NewWidth,NewHeight)); clipboard.assign(MF); PlayEnhMetafile(TgtCanvas.Handle, MF.Handle, RectangleToPrintIn); The metafile MF contains the correct gradient. I put that clipboard.as...