MonobjcMonobjc Documented Class Library
RenderAsVectorInContextAtPoint Method (theContext, center)
NamespacesMonobjc.CorePlotCPPlotSymbolRenderAsVectorInContextAtPoint(IntPtr, CGPoint)

Original signature is '- (void)renderAsVectorInContext:(CGContextRef)theContext atPoint:(CGPoint)center;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RenderAsVectorInContextAtPoint(
	IntPtr theContext,
	CGPoint center
)
Public Overridable Sub RenderAsVectorInContextAtPoint ( _
	theContext As IntPtr, _
	center As CGPoint _
)
public:
virtual void RenderAsVectorInContextAtPoint(
	IntPtr theContext, 
	CGPoint center
)
Parameters
theContext (IntPtr)
MISSING
center (CGPoint)
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)