MonobjcMonobjc Documented Class Library
ImageFromStream Method (stream)
NamespacesMonobjc.AppKitNSImageImageFromStream(Stream)
Create a NSImage from a stream.
Declaration Syntax
C#Visual BasicVisual C++
public static NSImage ImageFromStream(
	Stream stream
)
Public Shared Function ImageFromStream ( _
	stream As Stream _
) As NSImage
public:
static NSImage^ ImageFromStream(
	Stream^ stream
)
Parameters
stream (Stream)
The stream.
Return Value
An autoreleased NSImage instance
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.AppKit (Module: Monobjc.AppKit)