←Select platform

BufferArray Property

Summary

Gets the managed buffer that holds the resized row.

Syntax

C#
VB
C++
public byte[] BufferArray { get; } 
Public ReadOnly Property BufferArray As Byte() 
public: 
property array<byte>^ BufferArray { 
   array<byte>^ get(); 
} 

Property Value

The managed buffer that holds the resized row.

Remarks

Use Buffer to get the buffer as an managed pointer.

Example

For an example, refer to RasterImageResize.

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 Assembly