MonobjcMonobjc Documented Class Library
ImageWithCGImage Method (anImage)
NamespacesMonobjc.CorePlotCPImageImageWithCGImage(IntPtr)

Original signature is '+ (CPImage *)imageWithCGImage:(CGImageRef)anImage;'

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

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPImage.ImageWithCGImage(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)