←Select platform

ToRasterImage Method

Summary

Converts the data inside this buffer into a RasterImage.

Syntax

C#
VB
WinRT C#
C++
public Leadtools.RasterImage ToRasterImage() 
Public Function ToRasterImage() As Leadtools.RasterImage 
public Leadtools.RasterImage ToRasterImage() 
 function Leadtools.Converters.RasterRenderBuffer.ToRasterImage() 
public: 
Leadtools.RasterImage^ ToRasterImage();  

Return Value

The RasterImage object created.

Remarks

The RasterImage returned will have the same width, height, color order and bits per pixel specified in Width, Height, Order and BitsPerPixel.

The image data are copied into the RasterImage.

You can use this method to quickly convert a Windows Runtime WriteableBitmap or HTML ImageData to a LEADTOOLS RasterImage object.

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