Click or drag to resize
SoRasterImageRWWriteHeader Method (SbVec2i32)

Writes and encodes the header for this specific format.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool WriteHeader(
	SbVec2i32 size
)

Parameters

size
Type: OIV.InventorSbVec2i32

Return Value

Type: Boolean
Remarks

Returns true if successful. The parameter is the size of the whole raster image to be saved. Use for sizes with at least one side greater than 32767.

See Also