IMcStreamLineSize Property
|
|
Returns the total number of bytes that make up 1 line of the image.
Usually computed by (Width - OriginX) * Channels * sizeof(datatype)
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxReadOnly Property LineSize As Integer
Get
Return Value
Type:
Int32LONG
RemarksThis method is used for backward compatability from HIL/HAIL libraries
and should be considered deprecated.
See Also