MonobjcMonobjc Documented Class Library
FillWithImage Method (anImage)
NamespacesMonobjc.CorePlotCPFillFillWithImage(CPImage)

Original signature is '+ (CPFill *)fillWithImage:(CPImage *)anImage;'

Declaration Syntax
C#Visual BasicVisual C++
public static CPFill FillWithImage(
	CPImage anImage
)
Public Shared Function FillWithImage ( _
	anImage As CPImage _
) As CPFill
public:
static CPFill^ FillWithImage(
	CPImage^ anImage
)
Parameters
anImage (CPImage)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPFill.FillWithImage(Monobjc.CorePlot.CPImage)"]

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)