Constructs a new LeadBufferStream object using the specified buffer as storage.
public LeadBufferStream(
IBuffer buffer,
ulong offset,
bool disposeBuffer
)
Public Function New( _
ByVal buffer As IBuffer, _
ByVal offset As ULong, _
ByVal disposeBuffer As Boolean _
)
public LeadBufferStream(
IBuffer buffer,
ulong offset,
bool disposeBuffer
)
function LeadBufferStream(
buffer ,
offset ,
disposeBuffer
)
public:
LeadBufferStream(
IBuffer^ buffer,
ulong offset,
bool disposeBuffer
)
buffer
An IBuffer that will be used as storage for the new LeadBufferStream object.
offset
The offset in buffer that will be used as the origin of the new LeadBufferStream object.
disposeBuffer
Value that indicates whether buffer should be disposed when the new LeadBufferStream object is disposed.
If disposeBuffer is true, then the LeadBufferStream will dispose buffer when it is disposed.
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