MonobjcMonobjc Documented Class Library
BytesPerRow Property
NamespacesMonobjc.AppKitNSBitmapImageRepBytesPerRow

Returns the minimum number of bytes required to specify a scan line (a single row of pixels spanning the width of the image) in each data plane.

Original signature is '- (NSInteger)bytesPerRow'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger BytesPerRow { get; }
Public Overridable ReadOnly Property BytesPerRow As NSInteger
	Get
public:
virtual property NSInteger BytesPerRow {
	NSInteger get ();
}
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)