MonobjcMonobjc Documented Class Library
InitWithCGImage Method (anImage)
NamespacesMonobjc.CorePlotCPImageInitWithCGImage(IntPtr)

Original signature is '- (id)initWithCGImage:(CGImageRef)anImage;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithCGImage(
	IntPtr anImage
)
Public Overridable Function InitWithCGImage ( _
	anImage As IntPtr _
) As Id
public:
virtual Id^ InitWithCGImage(
	IntPtr anImage
)
Parameters
anImage (IntPtr)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPImage.InitWithCGImage(System.IntPtr)"]

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)