Click or drag to resize
SbRasterImage Constructor (SbVec2s, SbRasterImageComponents, Byte, SbRasterImageCopyPolicies)

Note: This API is now obsolete.

Constructor that initializes with an image.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 9.4.0.0. Use SbRasterImage constructor with SoBufferObject instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbRasterImage(
	SbVec2s size,
	SbRasterImageComponents components,
	byte[] bytes,
	SbRasterImageCopyPolicies copy
)

Parameters

size
Type: OIV.InventorSbVec2s
components
Type: OIV.Inventor.ImageSbRasterImageComponents
bytes
Type: SystemByte
copy
Type: OIV.Inventor.ImageSbRasterImageCopyPolicies
Remarks

Caution note Caution

Obsolete since Open Inventor 9400. Use OIV.Inventor.Image.SbRasterImage constructor with OIV.Inventor.Devices.SoBufferObject instead.

See Also