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

SetDataArray Method






The pixels data buffer
Sets the pixels data buffer contained in an array. .NET support WinRT support
Syntax
public void SetDataArray( 
   byte[] data
)
'Declaration
 
Public Sub SetDataArray( _
   ByVal data() As Byte _
) 
'Usage
 
Dim instance As RasterRenderBuffer
Dim data() As Byte
 
instance.SetDataArray(data)
public void SetDataArray( 
   byte[] data
)
 function Leadtools.Converters.RasterRenderBuffer.SetDataArray( 
   data 
)
public:
void SetDataArray( 
   array<byte>^ data
) 

Parameters

data
The pixels data buffer
Remarks

You can use HTML ImageData.data 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.