Click or drag to resize
SoOffscreenRendererWriteToRaster Method

Writes the buffer using the image writer class passed as the second parameter.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool WriteToRaster(
	string filename,
	SoRasterImageRW imageWriter
)

Parameters

filename
Type: SystemString
imageWriter
Type: OIV.Inventor.ImageSoRasterImageRW

Return Value

Type: Boolean
Remarks

This is a general interface for writing the image buffer to a file. All the file format-specific writeTo methods actually call this method. See classes SoXXXImageRW (e.g., SoBMPImageRW, etc.). Since Open Inventor 9.0

See Also