SRGraphLabel::DrawCustomLabelShadow

void SRGraphLabel::DrawCustomLabelShadow(void)

User overridable shadow routine

Defined in: SRGraphLabel.cpp

Developer Notes

This routine and all the other "DrawCustom...." routines are provided to allow you the simplest method of expanding the capabilities of the component classes. If the DWORD style value (which specifies fills, borders, and shadows) is unrecognized by the standard routines, a call is made to one of these virtual functions. The debug versions of these functions ASSERT if not overridden. The release versions do nothing.