←Select platform

Buffer Property

Summary

Gets a pointer to the unmanaged memory buffer into which this read operation should copy the data.

Syntax
C#
VB
C++
Java
public IntPtr Buffer { get; } 
Public ReadOnly Property Buffer As IntPtr 
public byte[] getBuffer() 
public: 
property IntPtr Buffer { 
   IntPtr get(); 
} 

Property Value

A pointer to the unmanaged memory buffer into which this read request should copy data.

Example

For an example, refer to RasterCodecs.StartRedirecting

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly