Strokes an ellipse that fits inside the specified rectangle.
Original signature is 'void CGContextStrokeEllipseInRect ( CGContextRef context, CGRect rect );'
Available in Mac OS X v10.4 and later.

Declaration Syntax
public static void StrokeEllipseInRect(
IntPtr context,
CGRect rect
)
Public Shared Sub StrokeEllipseInRect ( _
context As IntPtr, _
rect As CGRect _
)
public:
static void StrokeEllipseInRect(
IntPtr context,
CGRect rect
)

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)