Returns the location at which text is drawn.
Original signature is 'CGPoint CGContextGetTextPosition ( CGContextRef c );'
Available in Mac OS X v10.0 and later.


- c (IntPtr)
- MISSING

Returns a CGPoint value that specifies the x and y values at which text is to be drawn, in user space coordinates.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)