←Select platform

Buffer Property

Summary
Gets a pointer to the unmanaged memory buffer from which this write 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 from which this write operation should copy the data.

Example

For an example, refer to RasterCodecs.StartRedirecting

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.