MonobjcMonobjc Documented Class Library
StrokeRectWithWidth Method (c, rect, width)
NamespacesMonobjc.ApplicationServicesCGContextStrokeRectWithWidth(IntPtr, CGRect, CGFloat)

Paints a rectangular path, using the specified line width.

Original signature is 'void CGContextStrokeRectWithWidth ( CGContextRef c, CGRect rect, CGFloat width );'

Available in Mac OS X v10.0 and later.

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