CGXGridCore::LookupOrCreatePen
CPen* LookupOrCreatePen(const CGXPen& pen);
pen
Reference to a CGXPen object.
Return Value
Returns a pointer to a temporary GDI-Pen-Object which is internally stored in a cache.
Remarks
Please note that the return value points to a temporary object which is internally stored in a cache. This cache will be emptied with the next call to OnGridDraw.