←Select platform

SetDataBuffer Method

Summary

Sets the pixels data buffer from a Windows Runtime IBuffer object.

Syntax

C#
VB
WinRT C#
C++
public void SetDataBuffer(  
   IBuffer data 
) 
Public Sub SetDataBuffer( _ 
   ByVal data As IBuffer _ 
)  
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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Converters Assembly