←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
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly