Click or drag to resize

IMcPixelBufferCreateDibAccess Method

Create an instance of a McDibAccess interface

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function CreateDibAccess As McDibAccess

Return Value

Type: McDibAccess
A new McDibAccess instance, backed the this McPixelBuffer.
Remarks
A reference is never held on the backing McPixelBuffer by the returned McDibAccess instance; the caller must hold this reference if they need it.
See Also