The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: raleeper on May 27, 2007, 12:28:20 PM

Title: 'Current Position' - MoveToEx - DrawText
Post by: raleeper on May 27, 2007, 12:28:20 PM
The SDK says: "The MoveToEx function affects all drawing functions."

Fine.  DrawText is a "drawing function", is it not?  So -

How do you force DrawText to be "affected by" - ie to start drawing at - the "new position" set by MoveToEx?

Title: Re: 'Current Position' - MoveToEx - DrawText
Post by: hutch-- on May 27, 2007, 01:34:47 PM
Bother to look up the reference for  DrawText() and you will answer your question. The MoveTo(Ex) funcxtion set up following functions like LineTo() and a number of others but they are reference specific to particular API calls, not free association.