IMcCaptFrameImageData Property
|
|
Gets or sets the image data reference for the capture frame.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxProperty ImageData As Object
Get
Set
Property Value
Type:
Object
RemarksThe image data reference format depends on the Type of the capture frame.
For McImage types, the reference is the McImage object pointer. For raw
memory types, the reference is a pointer to the image buffer in memory.
Disk types are not supported and the image data reference format is
undefined.
See Also