Click or drag to resize
SbRasterImageSetSize_i32 Method

Sets the raster image size in pixels.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetSize_i32(
	SbVec2i32 size
)

Parameters

size
Type: OIV.InventorSbVec2i32
Remarks

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