Sets the current text matrix.
Original signature is 'void CGContextSetTextMatrix ( CGContextRef c, CGAffineTransform t );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void SetTextMatrix( IntPtr c, CGAffineTransform t )
Public Shared Sub SetTextMatrix ( _ c As IntPtr, _ t As CGAffineTransform _ )
public: static void SetTextMatrix( IntPtr c, CGAffineTransform t )

- c (IntPtr)
- MISSING
- t (CGAffineTransform)
- MISSING

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