MonobjcMonobjc Documented Class Library
FillRectInContext Method (theRect, theContext)
NamespacesMonobjc.CorePlotCPFillFillRectInContext(CGRect, IntPtr)

Original signature is '- (void)fillRect:(CGRect)theRect inContext:(CGContextRef)theContext;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void FillRectInContext(
	CGRect theRect,
	IntPtr theContext
)
Public Overridable Sub FillRectInContext ( _
	theRect As CGRect, _
	theContext As IntPtr _
)
public:
virtual void FillRectInContext(
	CGRect theRect, 
	IntPtr theContext
)
Parameters
theRect (CGRect)
MISSING
theContext (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.CorePlot (Module: Monobjc.CorePlot)