Description
Returns the total number of bytes that make up 1 line of the image. Usually computed by (Width - OriginX) * Channels * sizeof(datatype)
-
Property type
-
A Long value.
-
Syntax
-
object.LineSize
The LineSize Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | Remarks
This method is used for backward compatability from HIL/HAIL libraries and should be considered deprecated.
|