Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

DeleteObject for XSetPen

Intel_C_Intel
Employee
491 Views
Hello,

is there a need to do an DeleteObject for XSetPen aand simelar objects using Xeffort? If yes how (there is no Pen name)?

Thanks in advance
Frank
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
491 Views
No, XSetPen does that for itself. The only exception is XSetPenHandle/XSetBrushHandle (if you need a "fancy" brush/pen), but that's documented.

XSetFont has a small memory leak which I never managed to solve -- it leaks one font per invoked DC. Not a big deal, I hope :-D.
0 Kudos
Reply