Returns the current point in a non-empty path.
Original signature is 'CGPoint CGContextGetPathCurrentPoint ( CGContextRef c );'
Available in Mac OS X v10.0 and later.


- c (IntPtr)
- MISSING

A CGPoint value that specifies the location, in user space, of current point in the context’s path. If there is no path, the function returns CGPointZero.

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