Returns the current text matrix.
Original signature is 'CGAffineTransform CGContextGetTextMatrix ( CGContextRef c );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static CGAffineTransform GetTextMatrix( IntPtr c )
Public Shared Function GetTextMatrix ( _ c As IntPtr _ ) As CGAffineTransform
public: static CGAffineTransform GetTextMatrix( IntPtr c )

- c (IntPtr)
- MISSING

The current text matrix.

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