Click or drag to resize

IMcCaptFrameAlignment Property

Gets or sets the image data alignment of the capture frame.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property Alignment As mcCaptFrameAlign
	Get
	Set

Property Value

Type: mcCaptFrameAlign
Remarks
Format is the image data alignment of the capture frame. It is one the mcCaptFrameAlign enumerated constants: mcfrmAlign_None = 0 No alignment specified mcfrmAlign_Byte = 1 Byte (8-bit) alignment mcfrmAlign_Word = 2 WORD (16-bit) alignment mcfrmAlign_Dword = 4 DWORD (32-bit) alignment mcfrmAlign_QWord = 8 QWORD (64-bit) alignment
See Also