Leadtools.Converters assembly

RasterRenderBuffer Constructor (RasterRenderBuffer)

Show in webframe







Initializes a new instance of RasterRenderBuffer with default parameters.
Syntax
public RasterRenderBuffer()
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New RasterRenderBuffer()
public RasterRenderBuffer()

            

            
function RasterRenderBuffer()
public:
RasterRenderBuffer();
Remarks

This constructor initializes the member of this object as follows:

Member Value
Width

0. Note that you must change this to the pixel width of the buffer image data.

Height

0. Note that you must change this to the pixel height of the buffer image data.

BitsPerPixel

32. This is the only value supported in this version and cannot be changed.

Order

RasterByteOrder.Bgr. BGR color data is the format used by Windows Runtime WriteableBitmap, if the buffer is used with a HTML canvas ImageData (which uses RGB color data), then change the value to RasterByteOrder.Rgb. These are the only two values supported in this version.

Requirements

Target Platforms

See Also

Reference

RasterRenderBuffer Class
RasterRenderBuffer Members

 

 


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