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

SetDataBuffer Method






The pixels data buffer.
Sets the pixels data buffer from a Windows Runtime IBuffer object. .NET support WinRT support
Syntax
public void SetDataBuffer( 
   IBuffer data
)
'Declaration
 
Public Sub SetDataBuffer( _
   ByVal data As IBuffer _
) 
'Usage
 
Dim instance As RasterRenderBuffer
Dim data As IBuffer
 
instance.SetDataBuffer(data)
public void SetDataBuffer( 
   IBuffer data
)
 function Leadtools.Converters.RasterRenderBuffer.SetDataBuffer( 
   data 
)
public:
void SetDataBuffer( 
   IBuffer^ data
) 

Parameters

data
The pixels data buffer.
Remarks

You can use WriteableBitmap.PixelBuffer as the value for data.

Example

For an example, refer to RasterImageRenderer.

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.