CMagtomoDoc* pDoc = GetDocument();
ASSERT_VALID(pDoc);
// TODO: add draw code for native data here
if(pDoc->emt->HasCalculated())
{
pDoc->emt->DrawImage(pDC);
}
//左边的圆
// POINT pointLeft;
pointLeftx=190;
pointLefty=250;//所画圆的圆心
RL=178;//所画圆的半径
//右边的圆
// POINT pointRight;
ASSERT_VALID(pDoc);
// TODO: add draw code for native data here
if(pDoc->emt->HasCalculated())
{
pDoc->emt->DrawImage(pDC);
}
//左边的圆
// POINT pointLeft;
pointLeftx=190;
pointLefty=250;//所画圆的圆心
RL=178;//所画圆的半径
//右边的圆
// POINT pointRight;