Sets the current stroke color in a context, using a Quartz color.
Original signature is 'void CGContextSetStrokeColorWithColor ( CGContextRef c, CGColorRef color );'
Available in Mac OS X v10.3 and later.

Declaration Syntax
public static void SetStrokeColorWithColor(
IntPtr c,
IntPtr color
)
Public Shared Sub SetStrokeColorWithColor ( _
c As IntPtr, _
color As IntPtr _
)
public:
static void SetStrokeColorWithColor(
IntPtr c,
IntPtr color
)

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)