Click or drag to resize

IMcCaptFrame Interface

An interface implemented by McCaptFrame.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcCaptFrame

The IMcCaptFrame type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the image data alignment of the capture frame.
Public propertyBits
Gets or sets the image bits per channel of the capture frame.
Public propertyDirty
Gets or sets the dirty flag for the capture frame.
Public propertyFlags
Gets or sets the flags of the capture frame.
Public propertyFormat
Gets or sets the image data format of the capture frame.
Public propertyFrameID
Gets or sets the frame ID for the capture frame.
Public propertyHeight
Gets or sets the image height in pixels of the capture frame.
Public propertyImageData
Gets or sets the image data reference for the capture frame.
Public propertyLength
Gets or sets the length in bytes of the image data.
Public propertyLock
Gets or sets the lock flag for the capture frame.
Public propertyOrientation
Gets or sets the image data orientation of the capture frame.
Public propertyTimeStamp
Gets or sets the timestamp for the capture frame.
Public propertyType
Gets or sets the image data buffer type of this capture frame.
Public propertyWidth
Gets or sets the image width in pixels of the capture frame.
Top
See Also