SRGraphTitle::DrawText

void SRGraphTitle::DrawText(const CString & str, const CRect & rc)

Draw text in a given rectangle with a given Format, it works with Metafile DC

Defined in: SRGraphTitle.cpp

Parameters

str

Reference to a CString that is to be drawn

rc

Reference to a rectangle that the text will clipped to

Remarks

This overload does not support word wrap. Maintained for compatibility.