Click or drag to resize

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
Syntax
VB
ReadOnly Property LineSize As Integer
	Get

Return Value

Type: Int32
LONG
Remarks
This method is used for backward compatability from HIL/HAIL libraries and should be considered deprecated.
See Also