MonobjcMonobjc Documented Class Library
FillEllipseInRect Method (context, rect)
NamespacesMonobjc.ApplicationServicesCGContextFillEllipseInRect(IntPtr, CGRect)

Paints the area of the ellipse that fits inside the provided rectangle, using the fill color in the current graphics state.

Original signature is 'void CGContextFillEllipseInRect ( CGContextRef context, CGRect rect );'

Available in Mac OS X v10.4 and later.

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