MonobjcMonobjc Documented Class Library
NSBitmapImageRep Constructor
NamespacesMonobjc.AppKitNSBitmapImageRepNSBitmapImageRep()()()()
Members
IconMemberDescription
NSBitmapImageRep(IntPtr, NSInteger, NSInteger, NSInteger, NSInteger, Boolean, Boolean, NSString, NSBitmapFormat, NSInteger, NSInteger)

Initializes the receiver, a newly allocated NSBitmapImageRep object, so it can render the specified image.

Original signature is '- (id)initWithBitmapDataPlanes:(unsigned char **)planes pixelsWide:(NSInteger)width pixelsHigh:(NSInteger)height bitsPerSample:(NSInteger)bps samplesPerPixel:(NSInteger)spp hasAlpha:(BOOL)alpha isPlanar:(BOOL)isPlanar colorSpaceName:(NSString *)colorSpaceName bitmapFormat:(NSBitmapFormat)bitmapFormat bytesPerRow:(NSInteger)rowBytes bitsPerPixel:(NSInteger)pixelBits'

Available in Mac OS X v10.4 and later.


NSBitmapImageRep(IntPtr, NSInteger, NSInteger, NSInteger, NSInteger, Boolean, Boolean, NSString, NSInteger, NSInteger)

Initializes the receiver, a newly allocated NSBitmapImageRep object, so it can render the specified image.

Original signature is '- (id)initWithBitmapDataPlanes:(unsigned char **)planes pixelsWide:(NSInteger)width pixelsHigh:(NSInteger)height bitsPerSample:(NSInteger)bps samplesPerPixel:(NSInteger)spp hasAlpha:(BOOL)alpha isPlanar:(BOOL)isPlanar colorSpaceName:(NSString *)colorSpaceName bytesPerRow:(NSInteger)rowBytes bitsPerPixel:(NSInteger)pixelBits'

Available in Mac OS X v10.0 and later.


NSBitmapImageRep(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.


NSBitmapImageRep(NSData)

Initializes a newly allocated NSBitmapImageRep from the provided data.

Original signature is '- (id)initWithData:(NSData *)bitmapData'

Available in Mac OS X v10.0 and later.


NSBitmapImageRep(NSRect)

Initializes the receiver, a newly allocated NSBitmapImageRep object, with bitmap data read from a rendered image.

Original signature is '- (id)initWithFocusedViewRect:(NSRect)rect'

Available in Mac OS X v10.0 and later.


NSBitmapImageRep(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSBitmapImageRep()()()()
Initializes a new instance of the NSBitmapImageRep class.

NSBitmapImageRep(IntPtr)
Initializes a new instance of the NSBitmapImageRep class.

NSBitmapImageRep(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSBitmapImageRep class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)