Click to See Complete Forum and Search --> : GDIPlus MoveTo functionality


Ramakrishna_V
January 3rd, 2006, 04:36 AM
Hi,
Is there any function in Graphics class of GDI Plus to move the current point to the specified point. In GDI this can be done with MoveToEx function.

Note: I am using Visual C++.

Thanks,
Ramakrishna

Marc G
January 3rd, 2006, 05:33 AM
[ moved thread ]

ovidiucucu
January 3rd, 2006, 05:39 AM
You don't need that as long as for example Graphics::DrawLine takes the starting point as argument.

Take a look at Changes in the Programming Model (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/aboutGDIPlus/whatsnewinGDIPlus/changesintheprogrammingmodel.asp) in GDI+ reference.