MonobjcMonobjc Documented Class Library
GetEncodedSize Method (imageBuffer)
NamespacesMonobjc.QuartzCoreCVImageBufferGetEncodedSize(IntPtr)

Returns the full encoded dimensions of a Core Video image buffer.

Original signature is 'CGSize CVImageBufferGetEncodedSize ( CVImageBufferRef imageBuffer );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGSize GetEncodedSize(
	IntPtr imageBuffer
)
Public Shared Function GetEncodedSize ( _
	imageBuffer As IntPtr _
) As CGSize
public:
static CGSize GetEncodedSize(
	IntPtr imageBuffer
)
Parameters
imageBuffer (IntPtr)
MISSING
Return Value
A CGSize structure defining the full encoded size of the buffer. Returns 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)