Writes the specified number of bytes from a WinRT buffer to the LeadStream object.
int Write(
IBuffer buffer,
int bufferIndex,
uint count
)
Overloads Function Write( _
ByVal buffer As IBuffer, _
ByVal bufferIndex As Integer, _
ByVal count As UInteger _
) As Integer
int Write(
IBuffer buffer,
int bufferIndex,
uint count
)
function Leadtools.ILeadStream.Write(IBuffer,Int32,UInt32)(
buffer ,
bufferIndex ,
count
)
int Write(
IBuffer^ buffer,
int bufferIndex,
uint count
)
buffer
The buffer containing data to write to the stream.
bufferIndex
Index into buffer where writing begins.
count
The maximum number of bytes to write.
The total number of bytes written into the LeadStream object.
Use the CanWrite property to determine whether the current instance supports reading.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET