Creates a new RasterImage using the specified parameters and fills the image using the specified YUV data.
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
)
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.
The newly created RasterImage object.
For more information, see SetYUVData
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET