Click or drag to resize
SbRasterImageGetComponentsCount Method

Returns the number of components of each pixel.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public int GetComponentsCount()

Return Value

Type: Int32
Remarks

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