LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Buffer Property (RasterUserMatchTable)






Gets the user match table data. .NET support Silverlight support WinRT support
Syntax
public RasterNativeBuffer Buffer {get;}
'Declaration
 
Public ReadOnly Property Buffer As RasterNativeBuffer
'Usage
 
Dim instance As RasterUserMatchTable
Dim value As RasterNativeBuffer
 
value = instance.Buffer
public RasterNativeBuffer Buffer {get;}
 get_Buffer(); 
public:
property RasterNativeBuffer Buffer {
   RasterNativeBuffer get();
}

Property Value

A Leadtools.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterUserMatchTable Class
RasterUserMatchTable Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.