|
-
November 10th, 2003, 06:02 AM
#10
This is what I have for when the sin button is pressed. am I getting close?
pDC->MoveTo(60, 150);
pDC->LineTo(60, 300);
pDC->LineTo(575, 300);
pDC->MoveTo(60, 300);
pDC->LineTo(60, 450);
for(i = 0; i < count; i++);
switch (m_Chart) {
case Sin:
double iSamplesvalue = 300 -(m_iSamples * 150);
pDC->MoveTo (300, m_iSamples);
pDC->LineTo (60, m_iSamples);
break;
}
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|