Click or drag to resize
SoRasterImageRWWrite Method (SbRasterImage, UInt32, UInt32)

Writes and encodes the given data in the specific format.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool Write(
	SbRasterImage rasterImage,
	uint xPos,
	uint yPos
)

Parameters

rasterImage
Type: OIV.Inventor.ImageSbRasterImage
xPos
Type: SystemUInt32
yPos
Type: SystemUInt32

Return Value

Type: Boolean
Remarks

Returns true if successful. If you are using the multiple writing mode, then you can give the offset with (xPos,yPos) you want to write to.

See Also