MonobjcMonobjc Documented Class Library
NSBitmapImageRep Constructor (ciImage)
NamespacesMonobjc.AppKitNSBitmapImageRepNSBitmapImageRep(CIImage)

Returns an NSBitmapImageRep object created from a Core Image object.

Original signature is '- (id)initWithCIImage:(CIImage *)ciImage'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSBitmapImageRep(
	CIImage ciImage
)
Public Sub New ( _
	ciImage As CIImage _
)
public:
NSBitmapImageRep(
	CIImage^ ciImage
)
Parameters
ciImage (CIImage)
A Core Image object whose contents are to be copied to the receiver. This image rectangle must be of a finite size.
Return Value
An NSBitmapImageRep object initialized from the contents of the Core Image (CIImage) object or nil if the NSBitmapImageRep couldn’t be created.
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)