Click or drag to resize
SbRasterImageSetSize 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(
	SbVec2s size
)

Parameters

size
Type: OIV.InventorSbVec2s
Remarks

The parameter is the size of the whole raster image. The maximum size that can be specified using this method is 32767 by 32767 (because the parameter is an OIV.Inventor.SbVec2s). To specify a larger image size use the method setSize_i32.

See Also