public void SetData(
long offset,
byte[] buffer,
int bufferOffset,
int bytes
)
Public Sub SetData( _
ByVal offset As Long, _
ByVal buffer() As Byte, _
ByVal bufferOffset As Integer, _
ByVal bytes As Integer _
)
public:
void SetData(
int64 offset,
array<byte>^ buffer,
int bufferOffset,
int bytes
)
offset
Offset into this RasterNativeBuffer data at which storing begins.
buffer
The buffer that contains the data to copy.
bufferOffset
Offset into buffer at which copying begins.
bytes
Number of bytes to store.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document