Leadtools Namespace > RasterNativeBuffer Structure : SetData Method |
'Declaration Public Sub SetData( _ ByVal offset As Long, _ ByVal buffer() As Byte, _ ByVal bufferOffset As Integer, _ ByVal bytes As Integer _ )
'Usage Dim instance As RasterNativeBuffer Dim offset As Long Dim buffer() As Byte Dim bufferOffset As Integer Dim bytes As Integer instance.SetData(offset, buffer, bufferOffset, bytes)
function Leadtools.RasterNativeBuffer.SetData( offset , buffer , bufferOffset , bytes )
public: void SetData( int64 offset, array<byte>^ buffer, int bufferOffset, int bytes )