按某个字符做为分隔符,分解一个字符串
static bool AnalyzeString(IN CString str, IN CString sDelimiter, OUT std::vector<CString>& vecString);
成功返回True
MxDraw 方法