Click or drag to resize
SoRasterImageRW Methods

The SoRasterImageRW type exposes the following members.

Methods
  NameDescription
Public methodCheckRead

Checks if the specified file can be read.

Public methodClose

Closes the reader/writer.

Public methodEnableMultipleWriting

Enable writing image with multiple calls to write method.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetReadCapability

Returns the read capability of the raster format.

Public methodGetSuffixes

Returns the list of file suffixes supported.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWriteCapability

Returns the write capability of the raster format.

Public methodIsMultipleBufferInverted

Returns the write order when using multiple buffers.

Public methodIsMultipleWritingEnabled

Returns true if multiple buffer writing is enabled.

Public methodOpen

Opens the reader/writer in the specified open mode.

Public methodRead(SbRasterImage)
Calls Read(rasterImage, false).
Public methodRead(SbRasterImage, Boolean)

Read the current open image into rasterImage.

Public methodReadRegion

Read the specified region of current open image into rasterImage.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite(SbRasterImage)
Calls Write(rasterImage, System.UInt32(0), System.UInt32(0)).
Public methodWrite(SbRasterImage, UInt32)
Calls Write(rasterImage, xPos, System.UInt32(0)).
Public methodWrite(SbRasterImage, UInt32, UInt32)

Writes and encodes the given data in the specific format.

Public methodWriteFooter
Public methodWriteHeader(SbVec2i32)

Writes and encodes the header for this specific format.

Public methodWriteHeader(SbVec2s) Obsolete.

Writes and encodes the header for this specific format.

Top
See Also