Click or drag to resize

IMcDibAccessParentPixelBuffer Property

The parent McPixelBuffer that created this McDibAccess instance

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ParentPixelBuffer As McPixelBuffer
	Get

Property Value

Type: McPixelBuffer
Remarks
A McDibAccess instance holds no reference on its ParentPixelBuffer; the caller must do this if they need to.
See Also