MonobjcMonobjc Documented Class Library
ImageForPNGFile Method (path)
NamespacesMonobjc.CorePlotCPImageImageForPNGFile(NSString)

Original signature is '+ (CPImage *)imageForPNGFile:(NSString *)path;'

Declaration Syntax
C#Visual BasicVisual C++
public static CPImage ImageForPNGFile(
	NSString path
)
Public Shared Function ImageForPNGFile ( _
	path As NSString _
) As CPImage
public:
static CPImage^ ImageForPNGFile(
	NSString^ path
)
Parameters
path (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPImage.ImageForPNGFile(Monobjc.Foundation.NSString)"]

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)