MonobjcMonobjc Documented Class Library
SetStrokeColorWithColor Method (c, color)
NamespacesMonobjc.ApplicationServicesCGContextSetStrokeColorWithColor(IntPtr, IntPtr)

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
C#Visual BasicVisual C++
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
)
Parameters
c (IntPtr)
MISSING
color (IntPtr)
MISSING
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)