CRectFTR Class
class CRectFTR: public CXMLSerializeImp
CRectFTR is the XML formatter for the MFC CRect class. Implementations of XMLSerialize() that attempt to serialize a CRect, should create an instance of the CRectFTR class, initialize it with the CRect object and then pass the formatter to the SECXMLArchive::Read/Write method.See Also SECXMLArchive and CXMLSerializeImp
Defined in: XMLValueTypes.h
Class Members
CRectFTR(CRect*& ptrObj, LPCTSTR strTag=_T("CRect"))
Constructor.