C#
VB
WinRT C#
C++
Copies data from this RasterNativeBuffer object to a byte array.
public void GetData(
long offset,
byte[] buffer,
int bufferOffset,
int bytes
)
Public Sub GetData( _
ByVal offset As Long, _
ByVal buffer() As Byte, _
ByVal bufferOffset As Integer, _
ByVal bytes As Integer _
)
public void GetData(
long offset,
byte[] buffer,
int bufferOffset,
int bytes
)
function Leadtools.RasterNativeBuffer.GetData(
offset ,
buffer ,
bufferOffset ,
bytes
)
public:
void GetData(
int64 offset,
array<byte>^ buffer,
int bufferOffset,
int bytes
)
offset
Offset into this RasterNativeBuffer data at which copying begins.
buffer
The buffer that receives the data.
bufferOffset
Offset into buffer at which storing begins.
bytes
Number of bytes to copy.
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