←Select platform

CreateFromYUVData(IntPtr,long,RasterYUVFormat,int,int,int) Method

Summary

Creates a new RasterImage using the specified parameters and fills the image using the specified YUV data.

Syntax

C#
VB
C++
public static RasterImage CreateFromYUVData( 
   IntPtr buffer, 
   long bufferCount, 
   RasterYUVFormat yuvFormat, 
   int width, 
   int height, 
   int bitsPerPixel 
) 
Public Overloads Shared Function CreateFromYUVData( _ 
   ByVal buffer As IntPtr, _ 
   ByVal bufferCount As Long, _ 
   ByVal yuvFormat As Leadtools.RasterYUVFormat, _ 
   ByVal width As Integer, _ 
   ByVal height As Integer, _ 
   ByVal bitsPerPixel As Integer _ 
) As Leadtools.RasterImage 
public: 
static Leadtools.RasterImage^ CreateFromYUVData(  
   IntPtr buffer, 
   int64 bufferCount, 
   Leadtools.RasterYUVFormat yuvFormat, 
   int width, 
   int height, 
   int bitsPerPixel 
)  

Parameters

buffer
Buffer that contains the YUV data.

bufferCount
Size of the data buffer pointed to by buffer. If this value is incorrect, this method will throw an exception.

yuvFormat
Specifies the YUV data format.

width
Width of the image in pixels.

height
Height of the image in pixels.

bitsPerPixel
The number of bits per pixel.

Valid values are 8, 24, and 32.

Return Value

The newly created RasterImage object.

Remarks

For more information, see SetYUVData

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 Assembly