MonobjcMonobjc Documented Class Library
ReplacePathWithStrokedPath Method (c)
NamespacesMonobjc.ApplicationServicesCGContextReplacePathWithStrokedPath(IntPtr)

Replaces the path in the graphics context with the stroked version of the path.

Original signature is 'void CGContextReplacePathWithStrokedPath ( CGContextRef c );'

Available in Mac OS X v10.4 and later.

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