Esempio n. 1
0
    SendPos GetDashGaugePos(bool up_draw = false)
    { 
      if (up_draw) {
	return SendPos(short(pos.x) - 25, short(pos.y) - 50);
      } else {
	return SendPos(short(pos.x) - 25, short(pos.y) + 20);
      }
    }
Esempio n. 2
0
 virtual SendPos GetShadowPos(){ return SendPos(); }
Esempio n. 3
0
void CViewSockTrackerImage::OnMouseMove(UINT nFlags, CPoint point) 
{
	SendPos();
	
	CView::OnMouseMove(nFlags, point);
}