LEADTOOLS (Leadtools assembly)

SetPaintLookupTable Method

Show in webframe







An array of bytes representing the paint lookup table to use.
For internal use by LEADTOOLS.
Syntax
public void SetPaintLookupTable( 
   byte[] value
)
'Declaration
 
Public Sub SetPaintLookupTable( _
   ByVal value() As Byte _
) 
'Usage
 
Dim instance As RasterImage
Dim value() As Byte
 
instance.SetPaintLookupTable(value)
public void SetPaintLookupTable( 
   byte[] value
)
-(void)setPaintLookupTable:(NSData*)value;
public void setPaintLookupTable(byte[] value)
 function Leadtools.RasterImage.SetPaintLookupTable( 
   value 
)
public:
void SetPaintLookupTable( 
   array<byte>^ value
) 

Parameters

value
An array of bytes representing the paint lookup table to use.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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