TiffStreamWriter.WriteULongArray

TiffStreamWriter.WriteULongArray method

Writes an array of unsigned integer values to the stream.

public void WriteULongArray(uint[] data)
ParameterTypeDescription
dataUInt32[]The array to write.

See Also