Graphics in VC++

  • Thread starter Thread starter srfpala
  • Start date Start date
S

srfpala

Guest
/* ================================================
// using e->Graphics->
These two statements fail
e->Graphics->MoveTo(10,150);
e->Graphics->LineTo(10,100);
Looks like e->Graphics->MoveTo(10,10);
and e->Graphics->LineTo(10,100);
have been removed from System::Drawing::Graphics
This seems very strange.
Is it true ?
************************************************/ Bob
Bob

Continue reading...
 
Back
Top