IMcCaptFrameOrientation Property
|
|
Gets or sets the image data orientation of the capture frame.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxProperty Orientation As mcCaptFrameOrient
Get
Set
Property Value
Type:
mcCaptFrameOrient
RemarksFormat is the image data format of the capture frame.
It is one the mcCaptFrameOrient enumerated constants:
mcfrmOrient_None = 0 No orientation specified
mcfrmOrient_UpDownLR = 1 Image data oriented top-down left to right
mcfrmOrient_DownUpLR = 2 Image data oriented bottom-up left to right
mcfrmOrient_UpDownRL = 4 Image data oriented top-down right to left
mcfrmOrient_DownUpRL = 8 Image data oriented bottom-up right to left
See Also