MonobjcMonobjc Documented Class Library
CPFill Constructor (anImage)
NamespacesMonobjc.CorePlotCPFillCPFill(CPImage)

Original signature is '- (id)initWithImage:(CPImage *)anImage;'

Declaration Syntax
C#Visual BasicVisual C++
public CPFill(
	CPImage anImage
)
Public Sub New ( _
	anImage As CPImage _
)
public:
CPFill(
	CPImage^ anImage
)
Parameters
anImage (CPImage)
MISSING
Return Value
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)