←Select platform

Buffer Property

Summary

Gets the user match table data.

Syntax

C#
VB
WinRT C#
C++
public RasterNativeBuffer Buffer { get; } 
Public ReadOnly Property Buffer As Leadtools.RasterNativeBuffer 
public Leadtools.RasterNativeBuffer Buffer {get;} 
 get_Buffer();  

Property Value

A RasterNativeBuffer object that contains the internal user match table.

Remarks

When you call the Create method, this property will return a pointer to the internal created match table.

The completed table is a 32K array of integers. On a 32-bit system, it occupies 128K bytes of memory. Creation of the table is a slow, memory-intensive process that is useful only if you are using your own palette more than once. For example, you may want to create the table once, save it to a file, and ship that file with your application.

For more information, refer to RasterUserMatchTable.

Example

For an example, refer to RasterUserMatchTable.

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