SbRasterImageGetComponentsCount Method |
Returns the number of components of each pixel.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public int GetComponentsCount()
Public Function GetComponentsCount As Integer
public:
int GetComponentsCount()
member GetComponentsCount : unit -> int
Return Value
Type:
Int32Remarks
Returns -1 in case of invalid or unknown components type.
E.g: For an RGB image it returns 3 (R, G and B).
See Also