Sets the rendering intent in the current graphics state.
Original signature is 'void CGContextSetRenderingIntent ( CGContextRef c, CGColorRenderingIntent intent );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void SetRenderingIntent( IntPtr c, CGColorRenderingIntent intent )
Public Shared Sub SetRenderingIntent ( _ c As IntPtr, _ intent As CGColorRenderingIntent _ )
public: static void SetRenderingIntent( IntPtr c, CGColorRenderingIntent intent )

- c (IntPtr)
- MISSING
- intent (CGColorRenderingIntent)
- 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)