LOGPEN logPen;
 CPen penExist=pDC->GetCurrentPen();
 if(penExist==NULL)return;
 penExist.GetLogPen(&logPen);
 int nPenWidth=logPen.lopnWidth.x;
  为什么logPen结构取出来的是空值啊?