SoRasterImageRWWrite Method (SbRasterImage, UInt32, UInt32) |
Writes and encodes the given data in the specific format.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool Write(
SbRasterImage rasterImage,
uint xPos,
uint yPos
)
Public Function Write (
rasterImage As SbRasterImage,
xPos As UInteger,
yPos As UInteger
) As Boolean
public:
bool Write(
SbRasterImage^ rasterImage,
unsigned int xPos,
unsigned int yPos
)
member Write :
rasterImage : SbRasterImage *
xPos : uint32 *
yPos : uint32 -> bool
Parameters
- rasterImage
- Type: OIV.Inventor.ImageSbRasterImage
- xPos
- Type: SystemUInt32
- yPos
- Type: SystemUInt32
Return Value
Type:
BooleanRemarks 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