MonobjcMonobjc Documented Class Library
GetCleanRect Method (imageBuffer)
NamespacesMonobjc.QuartzCoreCVImageBufferGetCleanRect(IntPtr)

Returns the source rectangle of a Core Video image buffer that represents the clean aperture of the buffer in encoded pixels.

Original signature is 'CGRect CVImageBufferGetCleanRect ( CVImageBufferRef imageBuffer );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGRect GetCleanRect(
	IntPtr imageBuffer
)
Public Shared Function GetCleanRect ( _
	imageBuffer As IntPtr _
) As CGRect
public:
static CGRect GetCleanRect(
	IntPtr imageBuffer
)
Parameters
imageBuffer (IntPtr)
MISSING
Return Value
A CGRect structure returning the nominal display size of the buffer. Returns a rectangle of zero size if called with either a non-CVImageBufferRef type or NULL.
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)