Click or drag to resize
SbRasterImageSetComponents Method

Sets the number of components in each pixel of the raster image.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public void SetComponents(
	SbRasterImageComponents comp
)

Parameters

comp
Type: OIV.Inventor.ImageSbRasterImageComponents
Remarks

For example, an RGB image has 3 components.

See Also