LEADTOOLS WPF and Silverlight (Leadtools.Converters assembly)
LEAD Technologies, Inc

RasterRenderBuffer Constructor (RasterRenderBuffer)






Initializes a new instance of RasterRenderBuffer with default parameters. .NET support
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: 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

RasterRenderBuffer Class
RasterRenderBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

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