Leadtools.Converters assembly

BitsPerPixel Property

Show in webframe







Gets or sets the bits per pixel value of the data in this buffer.
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As RasterRenderBuffer
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel
public int BitsPerPixel {get; set;}

            

            
 
get_BitsPerPixel();
set_BitsPerPixel(value);
Object.defineProperty('BitsPerPixel');
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The bits per pixel value of the data in this buffer. Default value is 32. Only 32 is supported in this version.
Example

For an example, refer to RasterImageRenderer.

Requirements

Target Platforms

See Also

Reference

RasterRenderBuffer Class
RasterRenderBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.