MonobjcMonobjc Documented Class Library
SetStrokeColorSpace Method (c, colorspace)
NamespacesMonobjc.ApplicationServicesCGContextSetStrokeColorSpace(IntPtr, IntPtr)

Sets the stroke color space in a graphics context.

Original signature is 'void CGContextSetStrokeColorSpace ( CGContextRef c, CGColorSpaceRef colorspace );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetStrokeColorSpace(
	IntPtr c,
	IntPtr colorspace
)
Public Shared Sub SetStrokeColorSpace ( _
	c As IntPtr, _
	colorspace As IntPtr _
)
public:
static void SetStrokeColorSpace(
	IntPtr c, 
	IntPtr colorspace
)
Parameters
c (IntPtr)
MISSING
colorspace (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)