Description
A read only property used to describe the size of each channel of a pixel.
-
Property type
-
An Integer value.
-
Syntax
-
object.BytesPerChannel
The BytesPerChannel Property syntax has these parts: |
| object | An expression evaluating to an object of type McImageType. | Remarks
The number of bytes per pixel is equal to the number of bytes per channel times the number of channels.
Exceptions
E_POINTER implies the argument pointer is invalid.
|