Sets how Quartz composites sample values for a graphics context.
Original signature is 'void CGContextSetBlendMode ( CGContextRef context, CGBlendMode mode );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static void SetBlendMode( IntPtr context, CGBlendMode mode )
Public Shared Sub SetBlendMode ( _ context As IntPtr, _ mode As CGBlendMode _ )
public: static void SetBlendMode( IntPtr context, CGBlendMode mode )

- context (IntPtr)
- MISSING
- mode (CGBlendMode)
- 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)